From 270d4a4d6a79ede6da8690299d080611b0341d50 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 4 Feb 2026 19:40:48 +0000 Subject: [PATCH] Adjust README --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index 02d7870..1ea7f3a 100644 --- a/README +++ b/README @@ -12,8 +12,6 @@ Arya's Lisp! Or... Another Lisp. However full you see the glass. Goals: -- Working Lisp interpreter (designed as I go, not sticking to Common Lisp or - Scheme). -- Bespoke compilation method by transpiling to C, with ability to compile - expressions and functions at runtime. -- Self Hosted interpreter + compiler, with a small bootstrap runtime in C. \ No newline at end of file +- Working, self hosted, Lisp interpreter (probably something like R5RS or R7RS). +- Bytecode compiler and interpreter +- Native compilation option