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

Which classic Lisp books will be ported to Clojure? Does this involve the complete text or only the code files?

share|improve this question

closed as not constructive by Bill the Lizard Sep 28 '11 at 11:30

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.

4 Answers

up vote 9 down vote accepted

Two I am aware of:

Casting "SPELs in Lisp" (but not idomatic clojure): http://www.lisperati.com/clojure-spels/casting.html

Structure and Interpretation of Computer Programs (SICP): http://sicpinclojure.com/

share|improve this answer
2  
Unfortunately work on the SICP book looks like it has stalled. I for one would like to contribute if there is interest in getting it restarted. – mac Apr 5 '10 at 16:38

Stuart Halloway has ported the examples from Practical Common Lisp (a new classic) to Clojure.

share|improve this answer

Stuart Halloway also ported some examples of Paul Graham's On Lisp to clojure.

share|improve this answer

Other translation of some exmaples of "On Lisp" (included prolog interpreter): http://blog.fogus.me/2009/01/15/on-lisp-clojure-prolog-pt-1/ by fogus one of the authors of the joy of clojure

share|improve this answer
Some of these are out of date wrt the current Clojure version. – fogus Apr 7 '10 at 13:57

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