emacs.d/CL-gentle-intro
2023-01-12 17:23:13 +01:00
..
applicative-programming.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
array-hash-tables-plists.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
assignment.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
conditionals.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
eval.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
functions-data.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
input-output.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
iteration-and-block-structure.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
list-data-structures.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
lists.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
macros-and-compilation.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
README.md Add solutions to exercises 2023-01-12 17:23:13 +01:00
recursion.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
structures-type-system.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00
variables-side-effects.lisp Add solutions to exercises 2023-01-12 17:23:13 +01:00

Common Lisp: A Gentle Introduction to Symbolic Computation

  • Chapter 1 - Functions and Data
  • Chapter 2 - Lists
  • Chapter 3 - EVAL Notation
  • Chapter 4 - Conditionals
  • Chapter 5 - Variables and Side Effects
  • Chapter 6 - List Data Structures
  • Chapter 7 - Applicative Programming
  • Chapter 8 - Recursion
  • Chapter 9 - Input/Output
  • Chapter 10 - Assignment
  • Chapter 11 - Iteration and Block Structure
  • Chapter 12 - Structures and The Type System
  • Chapter 13 - Arrays, Hash Tables, And Property Lists
  • Chapter 14 - Macros and Compilation