Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
Scheme-to-C
Jump to user comments
language A Scheme compiler written in C that emits C
and is embeddable in C. Scheme-to-C was written by Joel
15mar93 translates a superset of Revised**4 Scheme to C that
is then compiled by the native C compiler for the targetmachine. This design results in a portable system that
allows either stand-alone Scheme programs or programs written
in both compiled and interpreted Scheme and other languages.
It supports "expansion passing style" macros, foreignfunction calls, records, and interfaces to Xlib (Ezd
and Scix).