Bringing GNU Emacs to Native Code

Emacs Lisp (Elisp) is the Lisp dialect used by the Emacs text editor family.
GNU Emacs can currently execute Elisp code either interpreted or
byte-interpreted after it has been compiled to byte-code. In this work we
discuss the implementation of an optimi… Read more

Similar