@civodul I write a lot of Rust at work, with lsp-mode, which is quite heavy, especially on dozens of active buffers. This branch of Emacs (which I compiled using guix) has been a huge quality of life improvement and I have had no stability issues over the 6+ months I've been using it. I am profoundly appreciative of the time and work put into this.
@civodul @mikegerwitz How does it compare to Guile Emacs? It's nice that JIT makes Elisp faster, but according to the talk, real multi-threading and better GC are still issues, and Guile already has good thread support, so... is Emacs just gonna reimplement that too?
as for me, I'm wondering if this machinery could support continuations
@mikegerwitz Nice, good to know. I haven’t tried it yet but that this talk showing that it’s well integrated and well thought out is reassuring (I was skeptical what initially looked like JIT’ing elisp without doing serious compiler work before).