From 99396b05339ad7246eef79302c1ea8b1ae4003fc Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 20 Aug 2025 00:10:34 +0100 Subject: README --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..02d7870 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +┌───────────────────────────────┐ +│ _ _ │ +│ /\ | | (_) │ +│ / \ | | _ ___ _ __ │ +│ / /\ \ | | | / __| '_ \ │ +│ / ____ \| |____| \__ \ |_) | │ +│ /_/ \_\______|_|___/ .__/ │ +│ | | │ +│ |_| │ +└───────────────────────────────┘ + +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 -- cgit v1.2.3-13-gbd6f