> Hi everybody...I'm interested in learning clojure but there're only a > few books and more focused to advanced programmers...I found today a > nice book about Clisp but I don't know how different is it....please > can tell if can be recommendable learn first Clisp with a easy follow > book..or if there are many differences about these and It's not > recommendable.... > > THANKS!! and greetings from Italy
Clisp is an implementation of Common Lisp. Clojure & Common Lisp, though belonging to the same Lisp family, are two very different languages. A few things that Clojure has but Clisp doesn't - * Persistent datastructures * Concurrency Semantics (including a STM implementation) * Protocols * Java Interop A few things that Clisp has that Clojure doesn't - * Conditions & restarts * CLOS A few things that both have - * REPL * First class functions * Macros * Facilities to do functional programming In the end, you have to choose one or the other, though knowledge of any one will vastly minimise the difficulty in learning the other. Hope that helps. Regards, BG -- Baishampayan Ghose b.ghose at gmail.com -- 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