Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!hellgate.utah.edu!helios.ee.lbl.gov!pasteur!scheme.Berkeley.EDU!jonathan From: jonathan@scheme.Berkeley.EDU (Jonathan Lee) Newsgroups: comp.lang.scheme Subject: A better, free Scheme interpreter :-) Message-ID: <18495@pasteur.Berkeley.EDU> Date: 18 Oct 89 16:24:00 GMT Sender: news@pasteur.Berkeley.EDU Reply-To: jonathan@scheme.Berkeley.EDU (Jonathan Lee) Organization: UC Berkeley Experimental Computing Facility (XCF) Lines: 21 Fools' lisp is a scheme interpreter that follows, in most cases, the R3RS standard. Although it is still under development, I think it is useful as a light lisp (though it probably still has some bugs!). One of the main features of this implementation is extensiblity. This is achieved through a simple object oriented approach and a simple primitive interface. The code seems to be fairly portable: it works on a Sun 3 (running either SunOS 3.x and 4.0.x), a DECstation 3100, a Sequent Symmetry, and a VAX (running either Ultrix 3.x or BSD). You can get your own free copy from scam.berkeley.edu (128.132.138.1) in the ~ftp/src/local directory via anonymous ftp. The file is fools.tar.Z. I welcome any suggestions or bug reports. Thank you, Jonathan Lee jonathan@scheme.berkeley.edu