Scheme-to-C

Scheme-to-C

(language)A Scheme compiler written in C that emits Cand is embeddable in C. Scheme-to-C was written by JoelBartlett of Digital Western Research Laboratory. Version15mar93 translates a superset of Revised**4 Scheme to C thatis then compiled by the native C compiler for the target machine. This design results in a portable system thatallows either stand-alone Scheme programs or programs writtenin both compiled and interpreted Scheme and other languages.It supports "expansion passing style" macros, foreign function calls, records, and interfaces to Xlib (Ezdand Scix).

Scheme-to-C runs on VAX, ULTRIX, DECstation, Alpha AXPOSF/1, Windows 3.1, Apple Macintosh 7.1, HP 9000/300,HP 9000/700, Sony News, SGI Iris and HarrisNighthawk, and other Unix-like 88000 systems. Theearlier 01nov91 version runs on Amiga, SunOS, NeXT, andApollo systems.

ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/.