This site is a static rendering of the Trac instance that was used by R7RS-WG1 for its work on R7RS-small (PDF), which was ratified in 2013. For more information, see Home. For a version of this page that may be more recent, see CompilerAvailable in WG2's repo for R7RS-large.

Compiler­Available

cowan
2016-05-05 04:04:54
1history
source

The following Schemes come with compilers (which does not necessarily mean that they can produce standalone executables):

Native compilers: Chez, Larceny, Vicare

Compilers to C: Bigloo, Chicken, Gambit, Larceny, Owl Lisp, Rhizome/pi, Scheme->C, SCM, Stalin

Compilers to JVM bytecode: Bigloo, Kawa

Compilers to CLR bytecode: Bigloo, IronScheme, Larceny (older version), Luna

Compilers to private bytecode (with JIT): none known

Compilers to private bytecode (without JIT): Chibi, Guile, Oaklisp, Owl Lisp, Scheme 48, SXM, Racket, Vx, Wraith (probably incomplete)

Schemes for specialized CPUs are not listed here. I have not tested most of these compilers.3