emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
2020-12-24T05:53:36.322Z

Someone over Twitter said that we could rewrite emacs in Clojure. I believe it is too extreme, but did anyone think of a library that could interact with babashka/clojure server for emacs feature? My idea is we could launch a babashka nrepl server [to avoid the starting time penalty?] having a few gluing function for emacs <-> babashka, and write the logic in Clojure.

1👍
2020-12-24T05:55:38.324300Z

Distribution of package is a problem though, but we could have a clojar folder under /.emacs.d.

2020-12-24T08:05:39.325Z

Maybe this is what I am thinking about https://github.com/clojure-emacs/clomacs :)

lread 2020-12-24T12:54:43.326100Z

There was deuce, but it halted due to licensing issues: https://github.com/hraberg/deuce/issues/20

2020-12-24T13:19:37.329400Z

I quickly clomacs and babashka, and thanks to the nrepl server the experience is quite good: launch a bb script that read the deps edn and import the libraries and set the classpath, and launch the nrepl server, connect with cider and clomacs will send the string arguments a problem.

2020-12-24T13:19:48.329800Z

It is really cool, you can just write all your data manipulation in clojure now 🙂