data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
2020-01-21T16:24:18.023Z

I would say no, not really. There is syntax for thread-first via the magrittr package. (https://magrittr.tidyverse.org/) and various approaches to concurency (e.g. https://stat.ethz.ch/R-manual/R-devel/library/parallel/html/mclapply.html)

1👍