|
|
|
|
|
by espadrine
4558 days ago
|
|
Take this with a grain of salt, but I believe that Emacs Lisp will be implemented on top of Guile. More precisely, ELisp code will be compiled to Guile bytecode (which runs on a register VM[1]), which should make ELisp code run faster. As a result, Guile and ELisp code will be able to play together. [1]: http://wingolog.org/archives/2013/11/26/a-register-vm-for-gu... |
|