diff options
| author | Mistivia <i@mistivia.com> | 2025-07-22 18:51:39 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-07-22 18:51:39 +0800 |
| commit | 9ab3d5ebfa4970d9e8bad73ff38c1e0aa157e6c0 (patch) | |
| tree | b576af9385a9a6a2644bfa2711cfc381c9b687b2 /Readme.md | |
| parent | ea5c15cbd628953e7b9d17b45ea685006a582cd4 (diff) | |
update makefile
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -11,7 +11,6 @@ There is a WebAssembly build, you can [try it online](https://mistivia.github.io - The interpreter part is ~2500 LOC (excluding built-in functions) - Tail call optimization - Any C99 compiler should work -- Depends only on C standard library - A simple mark-sweep GC - Writing macro is easy with quasiquote, unquote, and slicing-unquote - No global state, you can run multiple interpreters in multiple threads @@ -28,11 +27,7 @@ To keep simplicity, Bamboo Lisp is a VERY SLOW tree-walking interpreter. The per ## Build -Init submodule: - -```bash -git submodule update --init --recursive -``` +Install dependency first, see [algds](https://github.com/mistivia/algds) for details. Debug: |
