Software : : Distributed LISP
Posted By: Targhan. on 2004/8/19 19:18:52
Distributed LISP is a new scripting language inspired by Lisp (a minimal, fast Lisp interpreter).

If you have ever written an installation script for the Commodore Installer, you know what Lisp programs look like: a lot of parantheses, but, on the bright side no semicolons....

(Source: ANN.lu)

Features: implemented as library (ie. can be flushed if not needed), fast bytecode compiler, cache for tokenized code. Disributed LISP is Rexx-enabled so that Lisp programs can be used for automation of other applications. A script written in Distributed LISP is two to three times faster than the same script written in Rexx, on 68k platforms. Web site and download:  Download


MorphOS users can download an experimental PPC binary to replace the 68k binary in the archive (experimental in the sense that it is a stand-alone interpreter binary, not a library):

Distributed LISP is complemented by a Lisp mode for GoldED Studio (envLSP10), available on the GoldED web site, providing syntax highlighting and online help.