From acdc7c514a5167dfc394800cdd1c1e607ccc7440 Mon Sep 17 00:00:00 2001 From: August Feng <46177585+aug0stus@users.noreply.github.com> Date: Tue, 6 Jul 2021 20:52:01 -0400 Subject: [PATCH] Add Lists And Lists I discovered this little game from a talk given by William E. Byrd, "The Most Beautiful Program Ever Written". --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e874692..9830fb4a 100644 --- a/README.md +++ b/README.md @@ -636,6 +636,7 @@ Beginner * [Successful Lisp](http://successful-lisp.blogspot.com/) - A good book for beginners with some programming background. * [Lisp Quickstart](https://cs.gmu.edu/~sean/lisp/LispTutorial.html) - A good tutorial to get up and code Common Lisp quickly. * [Casting SPELs in LISP](http://www.lisperati.com/casting.html) - A fun way to learn LISP while reading a comic book. +* [Lists And Lists](https://www.eblong.com/zarf/zweb/lists/) - An interactive fiction game which involves Lisp. Intermediate ------------