summaryrefslogtreecommitdiff
path: root/README.md
blob: ae1dca06abf629a74d93ea7c324d5360f15c2bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
  - R6RS
  - Gerbil (Partial)
- Common Lisp