I'm using nbb's nrepl. When I press tab in the lein repl client, I get incomplete.core/completions Does someone know how to solve this?
completions don't work, other than that it's great, thanks for the tip!
We can fix the completions though :)
We can?
Sure, just look at the latest commits of babashka.nrepl
The last two here: https://github.com/babashka/babashka.nrepl/commits/master/
feel free to post an nbb issue about this
Do you think this would be a good first task for me to try to contribute to nbb?
I think so!
it's mostly a change by data shape which was wrong initially
if you want to give it a try, please do and if you're stuck, just let me know
I think it's only solvable when leiningen doesn't assume Clojure JVM
once again you're too clever for me: I'm trying to do $ lein repl :connect 1337 from the nbb readme. Is there additional setup to do so that leiningen knows that its an nbb project? Other than that it's actually working quite nicely
nope, unless leiningen is willing to change
ah. Any other recommendations for an nrepl client (not cider or vs code)?
rebel readline
works at least well with babashka. nbb completions maybe not currently but can be fixed in a similar way