From 321f17367a2bd00e7d2ab8b09fe3d3adab2915ce Mon Sep 17 00:00:00 2001 From: bx Date: Wed, 15 Dec 2021 16:15:56 +0000 Subject: [PATCH] added readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7c4fea --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ + +# lis.p8 a lisp interpretter in pico8, supporting call/cc +this is quite a slow interpretter and im not sure i can use it for even a basic game, +but it was a ton of fun to make and helped me grok call/cc. + +gur interpretter itself is more or less done, +it was planned to have an ide type thing, but that's not finished