[1]: http://aphyr.com/tags/Clojure-from-the-ground-up
I knew how clojure felt and behaved, but IMHO you still have to memorize most of the core library, or most code will look confusing.
http://pluralsight.com/training/courses/TableOfContents?cour...
For beginners, getting familiar with namespaces in the REPL quickly is key, if you're trying to load a sample of code froma file.
Also another gotcha is multiple arity functions which I haven't seen before (in a dynamically typed language).
I knew how clojure felt and behaved, but IMHO you still have to memorize most of the core library, or most code will look confusing.
http://pluralsight.com/training/courses/TableOfContents?cour...