Getting it on with clojure
Thu May 28 2015
#clojure
About a week or two ago, I decided to focus on two things. One would be SaltStack and the other would be Clojure.
Over the last week, I’ve learnt quite a bit about clojure and there’s lot more to learn. I wanted to document all the stuff I’ve found in the process of learning clojure.
- ClojureDocs is a great place for all clojure related documentation.
- 4Clojure - You learn clojure by solving specific problems.
- Clojure Koans - Another great way to learn clojure, by solving small clojure koans.
- Clojure Sequence Implementations - Details about vectors, sequences and lists in clojure.
- The weird and wonderful characters of clojure - I wanted to know what ‘@’ was used for and I landed here.
- Clojure Style Guide
- Five mistakes clojure newbies make
- Clojure in 15 minutes
I will add more here, as I continue to learn and explore clojure. Also, the folks on #clojure @Freenode are super friendly and helpful.