From 7f7aae2f63c56f2d1512249ebfe80f1bb597c770 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 6 Nov 2024 13:24:16 -0600 Subject: [PATCH] add new readme --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..53ac859 --- /dev/null +++ b/README.org @@ -0,0 +1,6 @@ +#+title: Crisp - A Rusty Lisp +#+author: Chris Cochrun + +* crisp + +A rusty lisp. This is loosely built off of [[https://github.com/kanaka/mal][MAL(Make a Lisp)]].