Marlais 0.3 (an interpreter for a Dylan-like language written in C) has been made available at travis.csd.harris.com in the /pub directory. marlais-0.3.tar.gz - distribution in gzip format marlais-0.3.tar.Z - distribution in Unix compress format marlais-0.3.shar - distribution in SHAR format NEW === * Better error checking for syntactic forms. * Various cleanups and bug fixes. Thanks to croonchy@cats.ucsc.edu, jjobe@mrj.com (Jason Jobe), olson@juliet.ll.mit.edu (Steve Olson), blake@netcom.com (Blake McBride), flip@cgrg.ohio-state.edu (Flip Phillips) and dbg@dcs.ed.ac.uk (Daniel Bremner) for bug reports and fixes. README ====== Marlais is a simple-minded interpreter for a program language strongly resembling Dylan [1]. It is not intended as a final release, but rather to fill a perceived void where Dylan implementations are concerned. This is a "hackers release" and is intended as a vehicle for education, experimentation and also to encourage people to port it to different architectures, add features, and fix bugs. Marlais is alpha software and should not be used by people desiring reliability!!! See INSTALL for information on installing Marlais. See MACHINES for a list of supported machines. See PORTING for information on porting Marlais to another architecture. See BUGS for information on how to report bugs. See DIFFERENCES for information on some of the differences between Marlais and Dylan. See HACKING for information on adding to and fixing Marlais. See ADDED for information on new features in this release. --- [1] Andrew Shalit. "Dylan: an object oriented dynamic language". Apple Computer, Inc. 1992. INFO ==== Problems and questions to brent@ssd.csd.harris.com.