diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
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 |