Just remember that Clisp 

1) not entirely immutable

2) not a hosted language




I worked in CL professionally for a year (SBCL in particular) and while clojure 
is closer to SBCL than it is to python, it is a different beast. CL is a more 
complicated language, with a long past and odd specs containing holdovers from 
decades gone by, and CL has pretty much absorbed every paradigm that has come 
out since it's inception. So I would recommend staying away from sections 
covering the Common Lisp object system (clos) or the meta object protocol 
(mop), as they have no real parallels in clojure.

On Sun, Aug 24, 2014 at 4:49 AM, Cecil Westerhof <cldwester...@gmail.com>
wrote:

> There are a lot of good (or so I am told) CLISP books. For example:
> “Paradigms Of Artificial Intelligence Programming Case Studies In Common
> Lisp”.
> Would they be useful for learning Clojure, or is the difference to big?
> I should at least have http://clojure.org/lisps handy. ;-)
> -- 
> Cecil Westerhof
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to