Use Practical Common Lisp [0] as the book to start learning Lisp, Common Lisp is the more production version lisp.
Download LispWorks Personal Edition [1], if you want to start working with an IDE setup. Use it when working through PCL. LW also has GUI library, mobile runtimes and other libraries available from QuickLisp [2], CL's package manager to install various libraries.
After working through PCL, you will have a good CL foundation. You can expand your macro (pun unintended) knowledge by working through [3].
Other good resources: PAIP and Land of Lisp. Note about PAIP is more a specific application of CL to solve classical AI Problems, despite that it is still counted as among the best programming books out there. Hope this helps and `Welcome to the Dark Side`.
PS: Except `Land of Lisp` cited in the resources, everything is free.
I like Clojure as a language, but there are a lot of moving parts because Clojure is built as a DSL on other languages (Java and Javascript) and because the middle point of Clojure tooling lives in Emacs. To me, Clojure is a great production language and but a not so a great teaching language.
I recommend reading SICP and using Clojure to implement the exercises. There're plenty of solutions out there should you get stuck or need inspiration. Not only are you going to learn a LISP-like language, you also study one of the best programming books plus get to know a compelling language.
Racket ships with an IDE, DrRacket. Racket is really easy to get started with because it is "batteries included" by design. There are not other tools to set up. There is no configuration. Windows, Mac, or a Debian based Linux like Ubuntu, it takes just one binary download to be up and running. It can also be compiled from source on other Linux/Unix systems like a SOC based computer.
For Common Lisp, Clojure, and Schemes like Guile, Chicken, or MIT, the most common editor is Emacs (it is also the most common editor for Emacs Lisp). But people use all sorts of tools successfully. Part of that is because the REPL plays such a large role in Lisp development. Common Lisp implementations usually even allow modifying live running code (as does Clojure). They are not like working in C.
[+] [-] deepaksurti|8 years ago|reply
Download LispWorks Personal Edition [1], if you want to start working with an IDE setup. Use it when working through PCL. LW also has GUI library, mobile runtimes and other libraries available from QuickLisp [2], CL's package manager to install various libraries.
After working through PCL, you will have a good CL foundation. You can expand your macro (pun unintended) knowledge by working through [3].
Other good resources: PAIP and Land of Lisp. Note about PAIP is more a specific application of CL to solve classical AI Problems, despite that it is still counted as among the best programming books out there. Hope this helps and `Welcome to the Dark Side`.
PS: Except `Land of Lisp` cited in the resources, everything is free.
[0] http://www.gigamonkeys.com/book/
[1] http://www.lispworks.com/products/lispworks.html#personal
[2] https://www.quicklisp.org/beta/
[3] https://letoverlambda.com, http://www.paulgraham.com/onlisptext.html
[4] http://landoflisp.com, https://github.com/norvig/paip-lisp
[+] [-] macmac|8 years ago|reply
[+] [-] brudgers|8 years ago|reply
[+] [-] brudgers|8 years ago|reply
[+] [-] ooooak|8 years ago|reply
try this book out. if you don't hate JVM then Clojure could be a good idea.
[+] [-] bewe42|8 years ago|reply
[+] [-] zerr|8 years ago|reply
[+] [-] wheresvic1|8 years ago|reply
[+] [-] brudgers|8 years ago|reply
For Common Lisp, Clojure, and Schemes like Guile, Chicken, or MIT, the most common editor is Emacs (it is also the most common editor for Emacs Lisp). But people use all sorts of tools successfully. Part of that is because the REPL plays such a large role in Lisp development. Common Lisp implementations usually even allow modifying live running code (as does Clojure). They are not like working in C.
[+] [-] bwbw223|8 years ago|reply
[+] [-] hotpeppersauce|8 years ago|reply
[deleted]