commercial-emacs / commercial-emacs

"Evil will always triumph, because good is dumb." -- Spaceballs (1987)

Home Page:https://www.youtube.com/channel/UCyf-xqc0ovYSDgaCcB3CUoA/featured

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elisp LSP Bridge

psionic-k opened this issue · comments

How would you go about implementing LSP bridge, but on top of an Elisp thread? IIRC you said your thread implementation uses its own lexical scope and obarray. Do the current threads have any two-way communication? What are the tradeoffs of that communication?