Hacker News new | ask | show | jobs
by ams6110 4558 days ago
Current status seems to be summarized here.

http://www.emacswiki.org/emacs/GuileEmacs

1 comments

Seems to be going quite slowly. However, I would think getting a good Scheme implementation as the Emacs default is probably the single most important feature. All Emacs is, after all, is a Lisp interpreter.
It's also one of the hardest features, since all Emacs is, after all, is a Lisp interpreter with a dialect that is incompatible with Scheme. :-)
Emacs users and developers would continue to write Elisp. The difference is that Elisp would be running on the Guile VM, which will improve performance and bring some features that are currently missing from Emacs (threads, and some other stuff that I can't remember).