Learning Clojure

2008-12-10 Thread Brian W
I've created a new Clojure intro at http://en.wikibooks.org/wiki/Learning_Clojure. While Rich's screencasts and reference docs are great, they don't always lay things out in a digestible order. My intro is meant as a sequential tour through the essential concepts, not a practical tutorial. In

Re: Clojure for LISP programmers....

2008-11-16 Thread Brian W
I'm going to assume this is serious and not a joke, but you do realize Clojure is already quite well documented at clojure.org? #t t = true define defun =defn car, cdr, caar, etc. ~ first, rest, ffirst, rrest, frest, rfirst arglists are vectors because [ ] stand out better On