From e8fad4519235eb444f66b9ffe56594bc54783622 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 8 Jun 2024 14:00:46 +0200 Subject: [PATCH] Update lispcookbook --- lispcookbook.github.io/cl-cookbook/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lispcookbook.github.io/cl-cookbook/index.html b/lispcookbook.github.io/cl-cookbook/index.html index d94cc24..adb7464 100644 --- a/lispcookbook.github.io/cl-cookbook/index.html +++ b/lispcookbook.github.io/cl-cookbook/index.html @@ -223,7 +223,11 @@ a book containing recipes and other information about the preparation and cookin
  • Common Lisp: A Gentle Introduction to Symbolic Computation by David S. Touretzky
  • Successful Lisp: How to Understand and Use Common Lisp by David B. Lamkins
  • On Lisp by Paul Graham
  • -
  • Common Lisp the Language, 2nd Edition by Guy L. Steele
  • +
  • Common Lisp the Language, 2nd Edition by Guy L. Steele + +
  • A Tutorial on Good Lisp Style by Peter Norvig and Kent Pitman