|
|
|
|
|
by nonrecursive
5005 days ago
|
|
I started with CL because I started learning lisp through the excellent book "Land of Lisp". However, I've since moved to Clojure, which I would recommend over CL. The main reason is that you can do more with Clojure. The packaging system is a lot easier to deal with, and you have a lot more at your disposal through your access to Java libraries. Another good reason is that Clojure is just more pleasant to deal with than CL. For example, there are many CL implementations and dealing with their differences is a pain in the ass. With Clojure, you have a lot more good ideas baked right into the language. I hope this helps! |
|
Also, they strongly recommended learning Emacs (I have been a Vim'mer for about 20 years, and I like keeping my Vim simple with only a few plugins).
Does one just jump into Clojure or how do you recommend it? If lisp/scheme first, then which one? Thx.