Super cool! After finding Clojure I have been missing CSP in JS.
If someone reads this article, and finds it interesting, I can recommend you to try it out in Clojurescript. Doing concurrency with CSP in combination with the immutable data structures in Clojurescript is actually cool. It allows you freedoms in your programming that I did not even think possible before. With it, a mediocre programmer like me (although trying my best to always learn) can be productive, and make things that otherwise would require a team.
And it still runs faster than React (with Reagent for UI).
If you are curious, try out coding front ends with
If someone reads this article, and finds it interesting, I can recommend you to try it out in Clojurescript. Doing concurrency with CSP in combination with the immutable data structures in Clojurescript is actually cool. It allows you freedoms in your programming that I did not even think possible before. With it, a mediocre programmer like me (although trying my best to always learn) can be productive, and make things that otherwise would require a team.
And it still runs faster than React (with Reagent for UI).
If you are curious, try out coding front ends with
* Figwheel * Reagent * core.async
Happy hacking :)