top | item 46899115

(no title)

larsbrinkhoff | 24 days ago

How would it be run without Emacs?

You might point out that there are things like elisp.lisp that purports to run Emacs Lisp in Common Lisp, but I'm not sure that's viable for anything but trivial programs. There's also something for Guile, but I remain unconvinced.

discuss

order

convolvatron|24 days ago

you could probably use the unexec tooling

larsbrinkhoff|24 days ago

I don't see how unexec would help with "decoupling the core from Emacs" since the core is written in Emacs Lisp.