From 5572dbfe338be08957ef269404e2ba042190d1f6 Mon Sep 17 00:00:00 2001 From: Chuan Wei Foo Date: Sun, 16 Jan 2022 02:26:25 +0800 Subject: [PATCH] Add "ANSI Common Lisp Standard" (#6670) Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index c3c11c4a0..a4ee64995 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1454,6 +1454,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Lisp +* [ANSI Common Lisp Standard (draft version 15.17R, X3J13/94-101R)](https://franz.com/support/documentation/cl-ansi-standard-draft-w-sidebar.pdf) (PDF) * [Basic Lisp Techniques](http://franz.com/resources/educational_resources/cooper.book.pdf) - David J. Cooper, Jr. (PDF) * [Casting Spels in Lisp](http://www.lisperati.com/casting.html) * [Common Lisp: A Gentle Introduction to Symbolic Computation](http://www.cs.cmu.edu/~dst/LispBook/) - David S. Touretzky (PDF, PS)