|
|
|
|
|
by sorpaas
3626 days ago
|
|
Clojure worked for me until I started to do parallel programming. I tried to use core.async but immediately found that I'm using two distinct style of programming, and code reuse became a serious problem. I didn't find any resources on how other Clojure programmers deal with this problem, but this eventually lead me to drop Clojure and Clojurescript, and use Elixir and Elm instead. |
|
Parallel programming in Clojure is nowhere near as well developed as the glory of OTP on the Elixir/Erlang platform.