about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-03-01 22:53:13 -0600
committerCase Duckworth2024-03-01 22:53:13 -0600
commitbb96066f7e5cdfa10f08a07ed5bcfa37a3867b8c (patch)
tree22588a4b6f028397dc914fcafe089e7df49b89d8
parentRefine string output (diff)
downloadlam-bb96066f7e5cdfa10f08a07ed5bcfa37a3867b8c.tar.gz
lam-bb96066f7e5cdfa10f08a07ed5bcfa37a3867b8c.zip
Credit Norvig
-rw-r--r--readme.txt6
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
7lam is my little toy lisp evaluator. written in lua! 7lam is my little toy lisp evaluator. written in lua!
8(no, it isn't fennel.) 8(no, it isn't fennel.)
9 9
10at least in these beginning stages, i'm basing lam heavily
11on Norvig's lispy interpreters. the guy knows his lisp!
12these are well-written articles.
13
14https://norvig.com/lispy.html
15
10this is /very much/ a work in progress. 16this is /very much/ a work in progress.
11lam uses lua 5.1 or luajit. 17lam uses lua 5.1 or luajit.
12it might work elsewhere, but i've not tested it on those. 18it might work elsewhere, but i've not tested it on those.