|
|
|
|
|
by phforms
768 days ago
|
|
TIL that there is a whole package for “Common Lisp Emulation”[1] in Emacs that adds functions and control structures from CL “to make Emacs Lisp programming significantly more convenient”. Never developed a package for Emacs myself, but I feel like this can be of great help if I ever wanted to. I know that there are projects like Lem[2] that try to build some kind of editor (Emacs-like, I guess) on top of CL, which made me wonder if we would have a CL-based Emacs today if it would have been standardized by the time and if this would have been a better choice than creating a custom dialect. [1]: https://www.gnu.org/software/emacs/manual/html_node/cl/ (C-h R "cl" in Emacs) [2]: https://lem-project.github.io |
|