Adjust README

This commit is contained in:
2026-02-04 19:40:48 +00:00
parent 7892c03e35
commit 270d4a4d6a

8
README
View File

@@ -12,8 +12,6 @@
Arya's Lisp! Or... Another Lisp. However full you see the glass. Arya's Lisp! Or... Another Lisp. However full you see the glass.
Goals: Goals:
- Working Lisp interpreter (designed as I go, not sticking to Common Lisp or - Working, self hosted, Lisp interpreter (probably something like R5RS or R7RS).
Scheme). - Bytecode compiler and interpreter
- Bespoke compilation method by transpiling to C, with ability to compile - Native compilation option
expressions and functions at runtime.
- Self Hosted interpreter + compiler, with a small bootstrap runtime in C.