EuLisp
From Wikipedia, the free encyclopedia
EuLisp is a statically and dynamicly scoped Lisp dialect, developed, as name suggests, in Europe. The standardizers intended to create a new Lisp "less encumbered by the past" (compared to Common Lisp), and not so minimalistic as Scheme. Another objective was to integrate the Object-oriented programming paradigm well.
Its primary characteristics is that it is a Lisp-1 (no separate function and variable namespaces), has a CLOS-style (Common Lisp Object System) generic-function type object-oriented system integrated from the ground up, has a built-in module system, and is defined in layers to promote the use of the Lisp on small, embedded hardware and educational machines. It supports continuations, though not as powerfully as Scheme. It has a simple light-weight process mechanism (threads). A frequently mentioned feature of EuLisp was that it allowed a programmer to define their own error handler.
Language definition process first began in a meeting in 1985 in Paris and took a long time. The complete specification and a first implementation (interpreted-only) was available in 1990.
One implementation of EuLisp was FEEL (Free and Eventually Eulisp). Another implementation is Youtoo (interpreted and compiled versions), by University of Bath in the United Kingdom. An interpreter for the basic level of EuLisp, "level-0", was written in Scheme by Russell Bradford; it is called EuScheme [1]
A dialect of EuLisp was developed, called Plural EuLisp; it was EuLisp with parallel programming extensions.
[edit] Reference
- "An Implementation of Telos in Common Lisp", Object Oriented Systems, vol. 3, pp. 31-49, 1996. ISSN 0969-9767.
[edit] External links
- EuLisp FAQ and links
- Version .99 of the final 1993 specification. -(PDF)
- Youtoo
- EuScheme sources