Javier
2022-09-12 14:27:48 UTC
eMacs is the modern Lisp Machine. How is it not?
I agree. But elisp, the dialect it uses, has its limitations.Quoting from the elisp manual:
GNU Emacs Lisp is largely inspired by Maclisp, and a little by Common
Lisp. If you know Common Lisp, you will notice many similarities.
However, many features of Common Lisp have been omitted or simplified in
order to reduce the memory requirements of GNU Emacs. Sometimes the
simplifications are so drastic that a Common Lisp user might be very
confused. We will occasionally point out how GNU Emacs Lisp differs
from Common Lisp. If you don’t know Common Lisp, don’t worry about it;
this manual is self-contained.
A certain amount of Common Lisp emulation is available via the
‘cl-lib’ library. *Note Overview: (cl)Top.
Perhaps somebody who has worked with real lisp machines can comment further.