From 87bb2b50a2352857cf26a03329c10ab4619ff39b Mon Sep 17 00:00:00 2001 From: harir03 Date: Wed, 29 Oct 2025 12:17:29 +0530 Subject: [PATCH] Add 'Introduction to newLISP' by Lutz Mueller - Fixes #12614 --- books/free-programming-books-langs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 20500cc43af06..1d8db9f0f3284 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1569,6 +1569,11 @@ Books on general-purpose programming that don't focus on a specific language are * [GNU Emacs Lisp Reference Manual](http://www.gnu.org/software/emacs/manual/elisp.html) +#### newLISP + +* [Introduction to newLISP](http://www.newlisp.org/downloads/newLISP-10.7.5-Release.html) - Lutz Mueller (PDF) + + #### PicoLisp * [PicoLisp by Example](https://github.com/tj64/picolisp-by-example)