Introduction
Info
This is a placeholder. This page is under development.
COMMON LISP "The Tutorial" Series
"The Tutorial"'s goal is to get you writing real Lisp programs, quickly (like in a day not weeks or years) and to give you the all important high level summary of the entire language that will let you fill in the many blanks and shortcuts with the solid books available, but already being productive means having a bang up time doin' it all.
Common Lisp the Tutorial in single PDF
- 01 - The Journey
- 02 - Not in Kansas Anymore - Symbols
- 03 - Evolution - Packages and Systems
- 04 - Inconceivable - Functions
- 05 - Lisp Loves Donuts - Control
- 06 - Wax on, Wax Off - Globals and Lists
- 07 - Spin Me Right 'Round - Closures, Loops and Strings
- 08 - Only A Mom Could Love - Format and Loop
- 09 - I Want a New Drug - Hash and Arrays
- 10 - Following - Mapping functions
- 11 - Build Me Up - Structs and CLOS
- 12 - Expand Your Mind - Macros
- 13 - Y'all come back now - Exceptions/Conditions
- 14 - Kindergarten - Concurrent and Parallel Programing
- 15 - Pulling it All Togeher With A Real GUI App - clos-encounters game