The tutorial by Mark Volkmann is great, and worth reading even if you already program in clojure for a while. There were more then a couple of things I'd skipped on learning in the beginning, or that were introduced after I first read the docs.
Awesome. This one is definitely getting bookmarked. I'm definitely planning my next project around Clojure, just to learn the language (my current project is in Erlang and mostly because I got the book for it first).
Cool. I just set up a Clojure dev environment.<p>My questions:<p>1. can I make the REPL do "up arrow goes back in your command history" like BASH does?<p><i>edit:</i> found the answer to this in one of the tutorials<p>2. Is clojure a good choice for making a screen scraping bot? normally I would use Perl or Ruby for this.<p>3. Is clojure (or any lisp) a good choice for doing complicated data analysis?