summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2020-07-11 18:28:18 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2020-07-11 18:28:18 -0400
commit34f0b601d207e725650ab569aff8cef070b3d889 (patch)
tree3dbb07019a4e3d94e07dfddb2892442283676dd9
parentbe355e7b7d7d1b0578b96fc68d39fd93f9576c88 (diff)
Add an initial README.
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..342d21e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Lisp Raytracer Zoo
+
+This repository contains several implementations of the same small programf, to
+compare the features and characteristics of various programming languages in the
+Lisp family.
+
+This is a project to supplement a piece I am writing on my personal history
+using various Lisps.
+
+## Lisps Included
+
+- Scheme
+ - R7RS