Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!widener!ukma!psuvax1!rutgers!cmcl2!sbcs.sunysb.edu!csserv1.ic.sunysb.edu!dwillia From: dwillia@csserv1.ic.sunysb.edu (Douglas Williams) Newsgroups: comp.sys.amiga.programmer Subject: Re: Scheme for the amiga? Message-ID: <1991Jun26.124605.19767@sbcs.sunysb.edu> Date: 26 Jun 91 12:46:05 GMT References: Sender: usenet@sbcs.sunysb.edu (Usenet poster) Organization: State University of New York at Stony Brook Lines: 24 Nntp-Posting-Host: csserv1.ic.sunysb.edu In article mwm@pa.dec.com (Mike (My Watch Has Windows) Meyer) writes: >In article rg20+@andrew.cmu.edu (Rick Francis Golembiewski) writes: > Is there an implementation fo scheme for the amiga (hopefully A3000 > and 2.0 compatable)? If so does anyone know of an FTP site that has > it? > >There are a number of them. Also try 'scm', a very portable, r3.99 conformant interpreter by Aubrey Jaffer, located at altdorf.ai.mit.edu in the directory archive/scm. It compiles with just a few ptr/int warnings (I've tried manx 5.0 and gcc) Only minor changes to the makefile are necessary. The current version is 2e. There's also 'fools lisp 1.3' by Jonathan Lee, which conforms to R3RS with the inclusion of a small init file. It's bytecode interpreted and seems pretty powerful. Only minor changes are needed (possibly none if gcc is used - the library that comes with the BuRP port is somewhat more compatible with unix code than the libraries for the amiga compilers.) Fools lisp is located at scam.berkeley.edu as /src/local/fools.tar.Z (maybe there's a newer version available) Douglas Williams (dwillia@ic.sunysb.edu)