IEEE Bushy Tree
Advertisement

EuLisp is a statically and dynamically 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 programmers to define their own error handlers.

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.

This page uses Creative Commons Licensed content from Wikipedia (view authors). Smallwikipedialogo.png
ISLisp Branch
Influenced by
Common Lisp
EuLisp Influenced
ISLisp
Scheme Branch
Influenced by
Scheme
EuLisp Influenced
---
Advertisement