Scheme-implementations


deleted-page

This moved to category-implementations.


Scheme Implementations

Scheme Implementation Chart

Here is a quick-and-dirty list of Scheme implementations.

Bigloo

Compiles Scheme to C and JVM.

Chicken

A Scheme->C compiler with a good FFI?.

Gambit

Another Schme->C compiler. Version 4.0 will be out Real Soon Now ;)

Gauche

This wiki runs on it. A scripting language scheme interpreter with good Unicode support.

LispMe

R4RS Scheme, but for Palm Os

Kawa

Runs on the JVM

PLT-Scheme

A good scheme for people who want to learn scheme. It also has an IDE, and a GUI toolkit. Includes MzScheme, DrScheme, and MrEd. Some people also like PLT for production use and as a research platform.

Scheme48

The primary design goal was clarity and good design.

SCSH

The SCheme SHell, based on Scheme48. This adds a lot of very interesting facilities for POSIX system interfacing.

SISC

A Scheme interpreter in Java, making the whole Java library available to Scheme, and still being very fast (for an interpreter)

Stalin

Scheme to C compiler