diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-07-11 18:28:18 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-07-11 18:28:18 -0400 |
| commit | 34f0b601d207e725650ab569aff8cef070b3d889 (patch) | |
| tree | 3dbb07019a4e3d94e07dfddb2892442283676dd9 /README.md | |
| parent | be355e7b7d7d1b0578b96fc68d39fd93f9576c88 (diff) | |
Add an initial README.
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 |