Fork me on GitHub
#babashka
<
2022-12-04
>
Dimitar Uzunov12:12:35

Do you guys use cider or inf-clojure in Emacs when using babashka? I tried inf-clojure with nbb and it seems good enough; idk if it was my setup but cider features like enlighten and the debugger don’t seem to work with bb

borkdude12:12:44

@dimitar.ouzounoff All nrepl support is built into babashka - it doesn't support very-cider-specific features, just evaluation, etc

👍 1
borkdude17:12:41

I did a rewrite of babashka.process, at least how the functions are called. Everything now supports the syntax of shell , so (process {:out :string} "ls -la" "la" "la" "la") (while the old style is still supported) https://github.com/babashka/process Please have a look if the new README makes sense to you and more importantly, please try out the new commits of this library for breakages which I hope I haven't introduced. I'll make a mvn/release tonight.

ambrosebs01:12:30

This is brilliant, thanks @U06F82LES for your activity here too.

borkdude19:12:51

If you are using babashka.process on the JVM, please upgrade and test the above! Thanks