Y
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
vmsp
2804 days ago
AFAIK the point wasn't to replace elisp. It was to replace emacs' interpreter with guile's which also supports elisp.
link
bjoli
2803 days ago
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).
link
EamonnMR
2804 days ago
That was the original intent of GNU Guile.
link