Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!CHAMARTIN.AI.MIT.EDU!jinx From: jinx@CHAMARTIN.AI.MIT.EDU (Guillermo J. Rozas) Newsgroups: comp.lang.scheme.c Subject: CScheme for 386 Message-ID: <8904121318.AA03387@chamartin.AI.MIT.EDU> Date: 12 Apr 89 13:18:41 GMT References: <8904111200.AA02376@smu.edu> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: jinx@zurich.ai.mit.edu Distribution: inet Organization: The Internet Lines: 16 Date: Tue, 11 Apr 89 07:00:32 CDT From: smu!christia@uunet.uu.net (Mike Christiansen) Has CScheme been ported to a 386 by anyone yet? I looked at it briefly and there seems to be a lot of 68XXX code in it. Does this assembly stuff only pertain to the scheme compiler, and can I get the interpreter up under SysV. The assembly code is only needed for the compiler. The default configuration bypasses all of it. Porting it to a 386 should not be hard. Most problems are usually in the operating system interface, since there are so many variants of Unix around.