about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2024-03-04 12:54:36 -0600
committerCase Duckworth2024-03-04 12:54:36 -0600
commit25146525a1388d9e8a9e4c59fa31fbd16d9ac241 (patch)
tree5ff73b8a5f104f6057272f8923ea499b306a7cca /README.md
parentVendor UTF-8 (diff)
downloadlam-25146525a1388d9e8a9e4c59fa31fbd16d9ac241.tar.gz
lam-25146525a1388d9e8a9e4c59fa31fbd16d9ac241.zip
Rename readme and makefile
Diffstat (limited to 'README.md')
-rw-r--r--README.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3728ba6 --- /dev/null +++ b/README.md
@@ -0,0 +1,45 @@
1# lam -- Lisp Acdw Made
2
3hi, i'm acdw.
4this is my lisp.
5
6## about lam
7
8lam is a little toy lisp evaluator
9written in lua
10that isn't fennel.
11
12it's still very much a work-in-progress
13while i work toward a lam 1500 release.
14
15## installing lam
16
17### dependencies
18
19lam is built against luajit 2.0 and has only been tested on that.
20it might work on other luae, though.
21
22## using lam
23
24run `make repl` to set up a testing repl of the lam interpreter.
25you can also run `make test` to start a lua repl
26with all of lam's modules preloaded.
27
28## license
29
30lam is licensed under a 3-clause bsd license.
31see COPYING for details.
32
33## contribute
34
35[email me][] or ping me somewhere
36
37[email me]: mailto:acdw@acdw.net
38
39## thanks
40
41thanks to peter norvig's [series on lisp interpreters][norvig]
42and to m455
43and to my friends
44
45[norvig]: https://norvig.com/lispy.html