clojurescript

Aurélien Plazzotta 2025-05-28T12:58:47.894759Z

Does someone know of a book teaching ClojureScript besides Learn ClojureScript by Meredith in 2021 and Clojure Workshop by Fahey in 2020?

respatialized 2025-05-28T13:29:31.535519Z

This isn't a book, but I liked reading https://code.thheller.com/blog/shadow-cljs/2023/07/13/the-lost-arts-of-cljs-frontend.html, by Thomas Heller, author of shadow-cljs. It's a modern "from first principles" look at CLJS and has multiple follow up posts in the series exploring the concepts further.

Aurélien Plazzotta 2025-05-28T13:31:24.584889Z

Thank you. It is none the less not beginner material.

respatialized 2025-05-28T13:32:50.671429Z

I think the first https://code.thheller.com/blog/shadow-cljs/2023/07/16/applying-the-art-of-cljs-frontend.html may be more beginner-friendly.

Roman Liutikov 2025-05-28T13:37:14.426109Z

This one is pretty good https://funcool.github.io/clojurescript-unraveled/

Aurélien Plazzotta 2025-05-28T13:43:16.239659Z

Yes, I did find it a few minutes ago. It is obviously a long tutorial more than a book. I would have prefered a more project-oriented course or book, that is why I look for paid material in priority.

Aurélien Plazzotta 2025-05-28T13:43:44.879309Z

Learning a programming language is good but learning how to program is better.

Roman Liutikov 2025-05-28T13:54:37.011999Z

Then you can checkout @jacek.schae ‘s courses https://www.learnreagent.com/

Aurélien Plazzotta 2025-05-28T14:01:23.139299Z

Thanks.