Live data from Hacker News

Modern ClojureScript

github.com

1–10 of 12 posts

Re: Modern ClojureScript

#7
post #5

also aphyr's clojure from the ground up has great exercises at the end of each post. https://aphyr.com/tags/Clojure-from-the-ground-up

Aphyr is awesome [0], but Clojure from the Ground Up isn't focused on ClojureScript, and the use cases for Clojure and ClojureScript are different in meaningful ways, e.g. dependencies and REPL connections and working with HTTP and browsers. What I like about this set of tutorials is that it covers a lot of different pieces if the ecosystem together in one place.

[0]: Just naming Jepson "Jepson" would have been enough.

Re: Modern ClojureScript

#8
If you already know Clojurescript and Reagent reasonably well, I am very taken with re-frame[1] as a UI "framework." The readme is epic, but a great walkthrough of the framework and the reasons behind it. It achieves the same goals as Flux, but because it's cljs things end up being more functional, more powerful, and less verbose. :)

[1] https://github.com/Day8/re-frame

Re: Modern ClojureScript

#9
post #7
post #5

also aphyr's clojure from the ground up has great exercises at the end of each post. https://aphyr.com/tags/Clojure-from-the-ground-up

Aphyr is awesome [0], but Clojure from the Ground Up isn't focused on ClojureScript, and the use cases for Clojure and ClojureScript are different in meaningful ways, e.g. dependencies and REPL connections and working with HTTP and browsers. What I like about this set of tutorials is that it covers a lot of different pieces if the ecosystem together in one place. [0]: Just naming Jepson "Jepson" would have been enoug…

True....Living Clojure isn't focused on just ClojureScript either.
Post reply on HN