[go: up one dir, main page]

|
|
Log in / Subscribe / Register

Emacs & the birth of the GPL (The H)

Emacs & the birth of the GPL (The H)

Posted Apr 6, 2010 8:38 UTC (Tue) by nix (subscriber, #2304)
In reply to: Emacs & the birth of the GPL (The H) by neilbrown
Parent article: Emacs & the birth of the GPL (The H)

The lack of an MVC distinction, the lack of multithreading, the age of the Lisp dialect... the reasons to rewrite Emacs keep on growing, but the problem of maintaining compatibility with existing Lisp is a high bar. I wonder if the best approach is to rewrite the core from scratch, using a better Lisp (Scheme or CL, your pick), and then write an elisp bytecode interpreter in that better Lisp. (For full marks, write an elisp interpreter as well: if you've got the bytecode semantics right the textual interpreter should be quite easy).

The hard part is preventing changes in semantics from things like multithreading from breaking old-elisp packages... but this is a subject of perennial discussion on emacs lists everywhere, which never quite seems to get off the ground.


to post comments

rebasing emacs

Posted Apr 6, 2010 10:55 UTC (Tue) by wingo (guest, #26929) [Link] (1 responses)

Actually, Guile is working on just this: compiling Elisp to Guile's VM, maintaining back compatibility while also allowing Scheme, providing new features, and new languages too. I think we have a good multithreading story as well.

See http://wingolog.org/archives/2010/04/02/recent-developmen... if you have time.

rebasing emacs

Posted Apr 6, 2010 15:58 UTC (Tue) by Trelane (subscriber, #56877) [Link]

cool, thanks! I loves my emacs. :)

Emacs & the birth of the GPL (The H)

Posted Apr 6, 2010 23:11 UTC (Tue) by cortana (subscriber, #24596) [Link] (1 responses)

There's also Climacs: <http://common-lisp.net/project/climacs/>.

Emacs & the birth of the GPL (The H)

Posted Apr 7, 2010 17:10 UTC (Wed) by nix (subscriber, #2304) [Link]

I note the foreign-language recursive acronym sequence fairies have been at the editor substrate climacs uses. Remember the old editors Eine (Eine Is Not Emacs) and Zwei (Zwei Was Eine Initially)? Well, climacs is built on Drei (Drei Replaces Eine's Inheritor)...


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds