From: Douglas M. Auclair
Subject: [ANNC] Released Marlais 0.6.1
Date: 
Message-ID: <49f7a00.0107061042.11aad35b@posting.google.com>
[cross posted to comp.lang.dylan]

The Marlais Hackers are pleased to announce their first release (a
continuation of Brent Benson's and Dr. Joe Wilson's work) of Marlais:
a cross-platform interpreter for Dylan.

This beta release, version 0.6.1., has added support for top-level
enumerated constant bindings of returned values (provided for by
Andreas Bogk), the latest Boehm garbage collector and improved parsing
for Windows (provided for by Doug Auclair), and some improvements to
Marlais Dylan.

Besides acting as an interpreter to allow for rapid prototyping, we
plan add to Marlais the capability to run smaller Dylan files as
"scripts".  Please visit our web-site (http://marlais.sourceforge.net)
to find out more about Marlais and our coding efforts.

---

Dylan is a compiled, infix programming language in the Lisp family. 
From the _Dylan Reference Manual_:  "Dylan is a general-purpose,
high-level programming language, designed for use in application and
systems programming.  Dylan includes garbage collection, type-safety,
error recovery, a module system, and programmer control over runtime
extensibility of programs."