From 34f0b601d207e725650ab569aff8cef070b3d889 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sat, 11 Jul 2020 18:28:18 -0400 Subject: Add an initial README. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md 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 -- cgit v1.3