From 983f29c1ebb9fa3c7410b88204d2dd94976c18b8 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Tue, 7 Jul 2015 20:19:04 -0700 Subject: [PATCH] [docs] Updating the README to be more... well, just *more* --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3aca2f1..337e266 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ I don't know Lisp, so I figured the correct place to start was to write my own interpreter. After buying five different textbooks (*The Structure and Interpretation of Computer Programs*, aka "The Wizard Book", Friedman's *The Essentials of Programming Languages*, *Let over -Lambda*, *On Lisp*, and finally *Lisp In Small Pieces*, I decided the -last one gave the clearest step-by-step introduction. +Lambda*, *On Lisp*, and one more) I decided Christian Quinnec's *Lisp In +Small Pieces* gave the clearest step-by-step introduction. Since I didn't know Lisp, my task was to translate what Quiennec wrote in his book into a language I *did* know: Javascript. Well,