emacs

Ovi Stoica 2026-02-15T16:30:42.943239Z

Cross posting this here since leinpad also does automatic repl connection to Emacs for both shadow-cljs & clj as sibling REPLs. It's a great workflow https://clojurians.slack.com/archives/C06MAR553/p1771167580076569

BuddhiLW 2026-02-15T23:25:46.438409Z

New release from https://github.com/BuddhiLW/clojure-elisp/releases/tag/v0.2.0 v0.2.0 Starting to use it in real workflows like https://github.com/hive-agi/lsp-mcp that has an https://github.com/hive-agi/lsp-mcp/blob/main/src-cljel/hive_lsp_bridge.cljel used in hive-mcp to bridge it to emacs lsp-service calls, when emacs backend is chosen. Currently, CLI compiler is clel that itself is inside the clojure-elisp repository. Plans to ship the runtime to MELPA (backlog), so applications can require the runtime, instead of shipping it in each application.

😎 1
BuddhiLW 2026-02-15T23:28:02.024909Z

Eventually, I will have the wiki and a more helpful README, so people can jump-start to use it