As many other people interested in learning Lisp, I feel the resources available are not the best for beginners and eventually prevent many new people from learning it. Do you f
There are two popular dialects of Lisp - Common Lisp and Scheme. Both have excellent books/tutorials and implementations available online for free. Beginners can start with Scheme which is simpler. Some resources for learning Scheme:
Free Books:
Online communities/resources:
A Scheme implementation suitable for beginners is PLT Scheme.
Free Books to learn Common Lisp:
Online communities/resources for Common Lisp:
Popular Common Lisp implementations: SBCL, CLISP, Clozure CL, Allegro CL