Hacker News new | ask | show | jobs
by nemo846 2804 days ago
I believe there have been attempts at integrating GNU Guile (enabling the use of Scheme) into it and replacing ELisp going forward.

The project seem dead in the water though.

3 comments

AFAIK the point wasn't to replace elisp. It was to replace emacs' interpreter with guile's which also supports elisp.
Well, guile supports elisp. The project was to replace the Emacs elisp runtime with the guile VM which would bring some benefits (a runtime that could be used without emacs, speed etc).
That was the original intent of GNU Guile.