What are useful Clojure learning resources that you have used so far? Blogs, tutorials, documentation, books, list them in this community wiki!
|
closed as not constructive by Ben, gnat, Max MacLeod, AakashM, Don Roby Dec 19 '12 at 11:28
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
This is a project I've started which challenges users to solve interactive fill-in-the-blank style clojure questions. Better yet, its open source. If you prefer solving problems offline, there are a few projects which make this more convenient: |
|||||||||||||
|
|
|
||||
|
|
|
Hmm I think Clojure Koans is quite nice if you want to try for yourself and already know a little clojure. I'm doing it at the moment and it really helps. |
|||||
|
|
We'll soon start the first batch of a free online Clojure course (4 weeks) at RubyLearning.org: http://rubylearning.com/blog/2010/03/09/clojure-101-a-new-course/ There are also some nice blogs where you can learn a lot about Clojure, e.g. |
||||
|
|
|
||||
|
|
|
http://sicpinclojure.com/ - I have not yet actually worked through this, but it looks interesting. And although it's already been stated 4clojure is a fantastic resource. |
||||
|
|
|
I got upto speed with Clojure, writing programs that actually do something useful, within a day using the following resources:
|
||||
|
|
|
Brian Carper's blog is enjoyable to follow along with: He's been coding in clojure for about a year. |
||||
|
|
|
here's reverse dictionary for clojure. http://rd.clojure-users.org/ But it seems like it's only supporting Japanese... I'm kind of looking for English site which does something similar. |
||||
|
|
David Cabana's An invitation to FP for Clojure noobs is also a good resource. He gives an approach to learning Clojure through solving Project Euler problems. He provides solutions to the first 32 problems in beautifully annotated source, explaining each new concept as it is introduced and giving links relevant documentation. |
||||
|
|