28-Mar-2024 11:18 GMT.
UNDER CONSTRUCTION
[News] Distributed LISP (for m68k and MorphOS)ANN.lu
Posted on 16-Aug-2004 01:27 GMT by Dietmar10 comments
View flat
View list
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 and its Lisp-like language, you know how Lisp programs look like: a lot of parantheses but, on the bright side, no semicolons ;) 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.

List of all comments to this article
Sorted by date, most recent at bottom
Comment 1Anonymous16-Aug-2004 05:59 GMT
Comment 2Anonymous16-Aug-2004 09:47 GMT
Comment 3Anonymous16-Aug-2004 11:21 GMT
Comment 4Emeric SH16-Aug-2004 11:22 GMT
Comment 5damn16-Aug-2004 11:39 GMT
Comment 6Olegil16-Aug-2004 11:41 GMT
Comment 7Anonymous16-Aug-2004 13:07 GMT
Distributed LISP (for m68k and MorphOS) : Comment 8 of 10ANN.lu
Posted by damn on 16-Aug-2004 20:07 GMT
In reply to Comment 6 (Olegil):
Lisp is far more suitable (than most common programming languages that i know) for doing compile-time programming ;)
Jump...
TopPrevious commentNext commentbottom
List of all comments to this article (continued)
Comment 9Anonymous18-Aug-2004 20:22 GMT
Comment 10Darth_XRegistered user18-Aug-2004 20:25 GMT
Back to Top