Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!decwrl!pa.dec.com!bartlett.pa.dec.com!bartlett From: bartlett@decwrl.dec.com (Joel Bartlett) Newsgroups: comp.lang.scheme Subject: Re: MIT Scheme translator, compiling Scheme to C Keywords: Scheme C compilation Message-ID: <1991Apr24.203817.24372@pa.dec.com> Date: 24 Apr 91 20:38:17 GMT References: <1991Apr24.183538.3946@cunixf.cc.columbia.edu> Sender: news@pa.dec.com (News) Reply-To: bartlett@decwrl.dec.com (Joel Bartlett) Organization: DEC Western Research Laboratory Lines: 21 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