Home | Features | Download | Extensions | Document | Development -> Japanese | -> Practical Scheme

Features

Standard conformance

Additional features

Performance

Gauche is a script engine in the sense that it reads and evaluates the source code, but internally it compiles Scheme expressions into an intermediate forma by optimizing compiler then executes it by a virtual machine. So far, the performance is comparable to other Scheme interpreters, I hope.