Next: Revision History
Up: Introduction
Previous: Features
Common Lisp has become the well-documented and widely-available standard Lisp
[2, 3].
Although EusLisp has introduced lots of Common Lisp features
such as variable scoping rules, packages, sequences, generalized variables,
blocks, structures, keyword parameters, etc.,
incompatibilities still remain.
Here is a list of missing features:
- multiple values:
multiple-value-call,multiple-value-prog1, etc.
- some of data types:
complex number, bignum, ratio, character and deftype
- some of special forms:
progv, compiler-let,macrolet
Following features are incomplete:
- closure - only valid for dynamic extent
- declare,proclaim - inline and ignore are unrecognized
Hirofumi Nakagaki
Fri Mar 22 12:46:38 JST 1996