[comp.lang.scheme] MIT Scheme translator, compiling Scheme to C

bartlett@decwrl.dec.com (Joel Bartlett) (04/25/91)

You could try Scheme->C which compiles Revised**3 Scheme to C that is
then compiled by the native C compiler for the target machine.  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.

The system is available for anonymous ftp from 'gatekeeper.dec.com'
[16.1.0.2]. The Scheme->C files are in '/pub/DEC/Scheme-to-C'.  Those
files include:

        23feb90.tar.Z           initial release, supports VAX and DECstations
        28sep90.tar.Z           2nd release, supports VAX and DECstations

        APOLLO.patches          Apollo patches for 23feb90 system
        MCC-28sep90.patches     patches for Sun3, Sun4, DNx500, DN1000 and 386
                                processors for the 28sep90 system
        README                  this file
        REC-28sep90.patches     patches for Sun4 and 386 processors for the
                                28sep90 system
        SPARC-386.patches       SPARC and 386 patches for 23feb90 system
        SUN3.patches            SUN 3 patches for 23feb90 system