Hacker News new | ask | show | jobs
by GigaMos 3366 days ago
Yes, Clojure can be quite different from other languages. For instance "loop" in Clojure is a bit different than in OO/imperative languages. Hence it will take some time and effort to learn these new concepts.

A good starting point are the following resources:

(->>

Clojure Distilled: https://yogthos.github.io/ClojureDistilled.html

Clojure Koans: http://clojurekoans.com/

Excercises: http://www.4clojure.com/

Clojure from the Ground up: https://aphyr.com/posts/301-clojure-from-the-ground-up-welco...

Clojure MMOC: http://mooc.fi/courses/2014/clojure/

Book: Living Clojure / Clojure for the Brave and True)

Good luck and may the REPL be with you!