Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online tutorial on lisp [closed]

Any online tutorial on lisp which can teach the basics (loop, condition and etc) of this language in a short time?

like image 852
hlisp Avatar asked Aug 13 '10 11:08

hlisp


1 Answers

Common Lisp tutorial on Wikibooks, for beginners, http://en.wikibooks.org/wiki/Common_Lisp/First_steps/Beginner_tutorial , bit more advanced, http://en.wikibooks.org/wiki/Common_Lisp/First_steps/Experienced_tutorial

Not a tutorial but rather a full book (but good and straight forward): Practical Common Lisp, http://www.gigamonkeys.com/book/

Steve Yegge's Emergency Elisp is not about Common Lisp, but I still find it quite good to get at feeling for the Lisp family of languages: http://steve-yegge.blogspot.com/2008/01/emergency-elisp.html

like image 103
Jacob Oscarson Avatar answered Sep 18 '22 06:09

Jacob Oscarson