Which classic Lisp books will be ported to Clojure? Does this involve the complete text or only the code files?
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.
|
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/ |
|||||
|
|
Stuart Halloway has ported the examples from Practical Common Lisp (a new classic) to Clojure. |
|||
|
|
|
Stuart Halloway also ported some examples of Paul Graham's On Lisp to clojure. |
|||
|
|
|
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 |
|||
|
|