The fastest scheme interpreter I know...
QScheme is distributed under the GNU General Public Licence
Introduction
Qscheme
|
QScheme is a small and fast Scheme interpreter. It's mostly R5RS conformant.
I started to write QScheme because I wanted to use Scheme as extension language for a Midi Sequencer project. The sequencer itself was written in C and I planned to use Scheme to build the whole GUI. I first started to code a prototype with SIOD and Tk. It was too slow. Impossible to display all notes of a simple song without waiting something like 20 seconds. To make it run, I should have to code most of the GUI in C and that was precisely what I wanted to avoid.
QScheme has following features:
QScheme is unfortunately missing some features, mainly:
First:
After that:
|
D. Crettol dan@sof.ch | Modifie le 13/06/2000 00:09:52. |