Oliver Caldwell
Oliver Caldwell
One of the core files of Conjure's Clojure support is so big and complex it now blows LuaJIT's 200 local limit when evaluating interactively. ```fennel ; eval (file): ...conjure/fnl/conjure/client/clojure/nrepl/action.fnl ;...
This means people could hook in zest macros to every eval, for example.
Hey! I'm the author of [Conjure](https://github.com/Olical/conjure) (Clojure + ClojureScript tooling for Neovim over a socket prepl), I had a request (https://github.com/Olical/conjure/issues/70) to add support for Joker which would be awesome....
It's obvious that the various clients that aren't Clojure over nREPL are far more fiddly and brittle. Especially those that try to work over stdio. The solution to this, I...
The current website (https://conjure.fun) is awful, it's just a bundle of links to other places really, it needs a nice design and set of text to sell and describe the...
Like the title, I would like tap support like I had in the days of prepl. I remember it being tricky to implement with nREPL and I can't remember what...
We shouldn't leave the babashka REPL running after we connect to another REPL.
Need to test long output line joining, autocomplete, doc, go to def. Maybe in CLJS too. Mostly that printing things joins lines correctly. Every client should have a minimal integration...