diff options
-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. |