about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2024-04-03 22:48:36 -0500
committerCase Duckworth2024-04-03 22:48:36 -0500
commit9b5f5cd2bd81187a4c4fdb25e9038f629da86c12 (patch)
tree12ce2627e80efd4fa84595cc97faf59f2ddc1399 /README.md
parentUh logo stuff oops (diff)
downloadlam-9b5f5cd2bd81187a4c4fdb25e9038f629da86c12.tar.gz
lam-9b5f5cd2bd81187a4c4fdb25e9038f629da86c12.zip
Update tests and readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md index 152b0c7..6732535 100644 --- a/README.md +++ b/README.md
@@ -11,8 +11,7 @@ lam is a little toy lisp evaluator
11written in lua 11written in lua
12that isn't fennel. 12that isn't fennel.
13 13
14it's still very much a work-in-progress 14it's still very much a work-in-progress.
15while i work toward a lam 1500 release.
16 15
17## installing lam 16## installing lam
18 17
@@ -24,8 +23,9 @@ it might work on other luae, though.
24## using lam 23## using lam
25 24
26run `make repl` to set up a testing repl of the lam interpreter. 25run `make repl` to set up a testing repl of the lam interpreter.
27you can also run `make test` to start a lua repl 26you can also run `make` to start a lua repl
28with all of lam's modules preloaded. 27with all of lam's modules preloaded,
28or `make test` to run the (very incomplete) test suite.
29 29
30## license 30## license
31 31
@@ -42,6 +42,7 @@ see COPYING for details.
42 42
43- [Lua 5.1 reference](https://www.lua.org/manual/5.1/manual.html) 43- [Lua 5.1 reference](https://www.lua.org/manual/5.1/manual.html)
44- [Luajit](https://luajit.org/) 44- [Luajit](https://luajit.org/)
45- [R5RS](https://conservatory.scheme.org/schemers/Documents/Standards/R5RS/HTML/)
45- [R7RS](https://standards.scheme.org/corrected-r7rs/r7rs.html) 46- [R7RS](https://standards.scheme.org/corrected-r7rs/r7rs.html)
46 47
47## thanks 48## thanks
@@ -49,5 +50,6 @@ see COPYING for details.
49thanks to peter norvig's [series on lisp interpreters][norvig] 50thanks to peter norvig's [series on lisp interpreters][norvig]
50and to m455 51and to m455
51and to my friends 52and to my friends
53and the #shittylisp channel on tilde.town irc
52 54
53[norvig]: https://norvig.com/lispy.html 55[norvig]: https://norvig.com/lispy.html