about summary refs log tree commit diff stats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-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.