diff options
author | Case Duckworth | 2024-03-01 22:53:13 -0600 |
---|---|---|
committer | Case Duckworth | 2024-03-01 22:53:13 -0600 |
commit | bb96066f7e5cdfa10f08a07ed5bcfa37a3867b8c (patch) | |
tree | 22588a4b6f028397dc914fcafe089e7df49b89d8 | |
parent | Refine string output (diff) | |
download | lam-bb96066f7e5cdfa10f08a07ed5bcfa37a3867b8c.tar.gz lam-bb96066f7e5cdfa10f08a07ed5bcfa37a3867b8c.zip |
Credit Norvig
-rw-r--r-- | readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index fd11f09..523b92c 100644 --- a/readme.txt +++ b/readme.txt | |||
@@ -7,6 +7,12 @@ about lam | |||
7 | lam is my little toy lisp evaluator. written in lua! | 7 | lam is my little toy lisp evaluator. written in lua! |
8 | (no, it isn't fennel.) | 8 | (no, it isn't fennel.) |
9 | 9 | ||
10 | at least in these beginning stages, i'm basing lam heavily | ||
11 | on Norvig's lispy interpreters. the guy knows his lisp! | ||
12 | these are well-written articles. | ||
13 | |||
14 | https://norvig.com/lispy.html | ||
15 | |||
10 | this is /very much/ a work in progress. | 16 | this is /very much/ a work in progress. |
11 | lam uses lua 5.1 or luajit. | 17 | lam uses lua 5.1 or luajit. |
12 | it might work elsewhere, but i've not tested it on those. | 18 | it might work elsewhere, but i've not tested it on those. |