5 ms·
Clojure For The Brave And True is where I learnt Clojure and I can personally recommend it as a good read. It does start out slowly but the FP concepts can be a
by DisownedWheat 8y ago
Clojure For The Brave And True is where I learnt Clojure and I can personally recommend it as a good read. It does start out slowly but the FP concepts can be a little tricky to grok coming from an OO background.
- how_to_bake 8y agoI really didn't enjoy the book when I read it in ~2014 I think. It's a pain to get set up with emacs and then it walks you through functional programs without introducing anything first. And it is indeed difficult to grok, especially because they are toy programs with zero real world value. In that sense, I'd compare it to Learn You A Haskell For Great Good, but with less context. This[0] is a better way to learn, in my opinion. Then after that, maybe check out Brian Will's videos[1]. Then definitely check out this helpful video on web dev[2]. There's a better video somewhere but I can't find it anymore. It's just a guy walking his friend through how to make an isomorphic clojure web app. Very nice pair programming walkthrough guide. But I guess it's forever gone. [0]: https://kimh.github.io/clojure-by-example/ https://kimh.github.io/clojure-by-example/ [1]: https://www.youtube.com/playlist?list=PLAC43CFB134E85266 https://www.youtube.com/playlist?list=PLAC43CFB134E85266 [2]: https://youtu.be/LcpbBth7FaQ https://youtu.be/LcpbBth7FaQ