aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-08-20 00:10:34 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-08-20 00:10:34 +0100
commit99396b05339ad7246eef79302c1ea8b1ae4003fc (patch)
tree62bcccbbf347f6356f37e5fb8558eb40c7b518b4 /README
parent0d6b0de88d31d7b89bdd0a6e2f0788681b29070b (diff)
downloadalisp-99396b05339ad7246eef79302c1ea8b1ae4003fc.tar.gz
alisp-99396b05339ad7246eef79302c1ea8b1ae4003fc.tar.bz2
alisp-99396b05339ad7246eef79302c1ea8b1ae4003fc.zip
README
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
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