Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm interested in learning Clojure. The Getting Started page on Clojure.net is pretty minimal. Is there a good language introduction or tutorial out there? Which would you recommend?

Answer: I have watched the videos on youtube called Intro to Clojure. I don't recommend those. They are a little too brief and don't give a lot of background. Instead, check out the talks by Clojure creator Rich Hickey. I am finding the "for Java developers" version very useful.

share|improve this question
21  
Though I do agree that this question doesn't fit very well in the Q&A format, I don't see how this question is not constructive. – rightfold Jan 30 '12 at 20:33
4  
Since it's closed, but top result in Google for clojure tutorials, I'll just say this: tryclj.com and this 4clojure.com if you want to start writing clojure in minutes instead of reading text about how to write it... – Eran Medan Aug 17 '12 at 20:27
lol, closed as not constructive but has 212 votes....that is hillarious!!!!! – Dean Hiller Jun 3 at 15:28

closed as not constructive by Tim Post Oct 3 '11 at 16:32

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.

20 Answers

up vote 59 down vote accepted

Youtube has a series of videos called "Intro to Clojure". Its more about the language rather than how to program in it but it's good for a basic overview.

http://www.youtube.com/user/ClojureTV also has a series of screen casts, but I haven't watched any yet. Hopefully someone else has more, I want to teach myself Lisp and Clojure seems like the best at the moment. modern lisp with Java integration drool

share|improve this answer
Very good resource! – fastcodejava Apr 18 '10 at 6:48
Thanks for the blip.tv link. Great tutorials from the man himself. – Jason Down Jul 26 '11 at 4:37

There is a comprehensive introduction to Clojure at: http://java.ociweb.com/mark/clojure/article.html

share|improve this answer
3  
I second this one. It's been a great resource for me. – wbowers Mar 13 '09 at 3:00
5  
I find it to be better (more in-depth in spite of being more concise) than the "Programming Clojure" book (which I own). – pmf Oct 14 '09 at 20:51
Great introduction - information dense, comprehensive and on a single page. – fhucho Aug 22 '12 at 19:03

The most promising resource for learning Clojure seems to be the Programming Clojure book.

share|improve this answer
1  
Have you read it? – Steve Rowe Mar 2 '09 at 2:15
I've only read the first few chapters, so maybe I shouldn't say too much about it yet... I've liked it so far, though. – CAdaker Mar 2 '09 at 3:37
10  
The book is good, but I don't know if I'd recommend the book (by itself) to someone who didn't already know Lisp or Scheme; it spends a lot of time talking about Clojure's specific features features and not much about Lisp programming generally. As someone who knows Lisp I really appreciated this, but a "intro to Lisp" book might be a good investment for someone considering picking up Clojure as their first Lisp. – Tim Gilbert Jun 12 '09 at 2:28
7  
That's odd... I read the book, learned Clojure with no problem, and I have zero previous Lisp or Java knowledge. :\ – Rayne Oct 16 '09 at 23:47
1  
I've read it, thought it was great. I have no Lisp background but quite a lot of Java experience. I don't think that it presumed much java knowledge though. – bm212 Nov 20 '09 at 23:25
show 7 more comments

Fast Track Clojure is a tutorial for people new to Clojure.
The aim is to get you writing Clojure code on the fast track.

Disclojure: I am the author of the tutorials.

share|improve this answer
19  
+1 for Disclojure ;) – Simon Jul 22 '11 at 20:40

http://www.ociweb.com/mark/clojure/article.html is the best (free) one that I have seen so far.

share|improve this answer

While technically not a tutorial, I've found 4clojure to be a good way to learn the language through solving exercises that increase in difficulty as you move along.

A major bonus is that it works in a browser, so I don't have to have access to a local REPL in order to use it (though in some cases a separate REPL has been handy).

share|improve this answer
Great site. I've been plodding through the problems there myself. – Jason Down Jul 26 '11 at 4:23
Great find, this just shows that sorting through oldest, then scrolling down, is a worth repeating strategy to find gems that are not the top voted ones... – Eran Medan Aug 17 '12 at 20:24

There's a tutorial for beginners by Mark Volkmann that has just been released. It seems very complete: http://ociweb.com/jnb/jnbMar2009.html

share|improve this answer

I'm surprised nobody has mentioned The Joy of Clojure. I guess it's not a tutorial, but the book is just awesome in my opinion. If you want to dive in head first (or drink from the firehose) and really learn the hows and more importantly, the whys of Clojure, go with this book.

You can access some free sample chapters from the Manning website.

And hey... if Steve Yegge thinks this book rocks, so should you ;P

share|improve this answer

I've found the Casting SPELs with Clojure slow-moving and amusing. Then again, I like tutorials that give me stuff to play with instead of giving tons of information.

share|improve this answer
Very fun introduction to Clojure. Thanks! – Susheel Javadi Aug 31 '10 at 7:44
I also enjoyed this one. – Jason Down Jul 24 '11 at 12:03

I found this one which looks interesting. Clojure for the Non-Lisp Programmer.

share|improve this answer
Crappy tutorial. Use ociweb.com/mark/clojure/article.html it's more up to date and comprehensive. Or just buy Programming Clojure. – Rayne Mar 3 '09 at 18:53
Thanks Rayne. I'll avoid it. – Steve Rowe Mar 6 '09 at 16:21
1  
It's not so much that it's crappy, it's just /outdated/ big time. – Rayne Mar 24 '09 at 0:29
2  
But age and coverage isn't everything. This is the clearest guide to Clojure I have found! To me anyway.. – progo Oct 19 '10 at 15:04

Stuart Halloway has a few great examples on his blog. He's started porting chapters of Practical Common Lisp (PCL) to Clojure. The examples are practical, idepth and very easy to understand. Highly recommended!

You can visit the series page on:
Relevance Blog: PCL -> Clojure

share|improve this answer

I strongly recommend you watching the peepcode screencast: http://peepcode.com/products/functional-programming-with-clojure

It's not as comprehensive, but much more fun, therefore encouraging.

share|improve this answer

A lot of people have referenced R. Mark Volkmann's great tutorial. However, it has to be said that this tutorial is fairly hard-going (a lot of stuff is covered in a very short space), so you may want to consider it more of a reference. By now, it is also a bit out of date.

There is also this wikibook which looks a little more accessible. Also, there has been some work on rewriting Practical Common Lisp (original here) into Clojure available here.

Good luck!

share|improve this answer

The http://www.youtube.com/user/ClojureTV presentations are fantastic and highly recommended. Depending on your background, there is one targeted at Lisp programmers and another targeted at Java programmers. I learned much of what I know about the whole language in 2 days watching all of these videos.

If you are interested in a "building a library" tutorial (using TDD) then I recently published one in an interesting format: http://larrytheliquid.com/2009/03/02/presenting-clojure-with-a-gitorial

share|improve this answer

Halloway has a blog on Clojure at On Lisp -> Clojure. Looks like good starting point.

share|improve this answer
Isn't On Lisp for advanced Lisp users? Anyway, that link is broken now. Take a look at blog.fogus.me/2009/01/15/on-lisp-clojure-prolog-pt-1. You might have meant to reference Holloway's Practical Common List blog thinkrelevance.com/blog/2008/09/16/pcl-clojure.html – Adrian Mouat May 13 '10 at 18:55
I would not say On Lisp is for advanced Lisp users - Perhaps people who have a smattering of knowledge of Lisp and want to understand/grok why Lisp is beautiful. It was more like the Joy of Lisp for me. – Susheel Javadi Jun 5 '10 at 6:38

I recommend getting the beta PDF of programming clojure, along with referencing http://en.wikibooks.org/wiki/Clojure_Programming/Examples/API_Examples although I haven't looked to see if it's still up to date with the new Lazy changes (latest beta of the pdf book is fully up to date last I'd heard, haven't had time to go through it yet).

It's also a good idea to use SVN and build from ant so you have the latest changes, since pre-1.0 clojure is still a bit of a moving target.

share|improve this answer

Craig Andera has recorded an excellent tutorial on Clojure Concurrency

share|improve this answer

I'd suggest starting with LabRepl, which is an interactive tutorial that you spin up on a local webserver and then start reading and coding. It's being written by Stuart Halloway et al. You can find it on github: http://github.com/relevance/labrepl

share|improve this answer

I'd also recommend the irc channel: #clojure on irc.freenode.net. It's a community full of helpful and knowledgeable people. Clojure's author, Rich Hickey, is in most days and will often respond to some of the more difficult questions.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.