[
previous
|
index
|
next
]
The Larceny Project
- research-quality implementations of Scheme
- garbage collection
- compiler optimization
- standard library, written mostly in Scheme
- optimizing compiler: Twobit
- three back ends
- Larceny: generates native code for the SPARC
- Petit Larceny: generates "portable" C code
- Common Larceny: generates IL for the CLR and .NET