|
|
|
|
|
by how_to_bake
2866 days ago
|
|
I 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/ [1]: https://www.youtube.com/playlist?list=PLAC43CFB134E85266 [2]: https://youtu.be/LcpbBth7FaQ |
|