Fork me on GitHub
#babashka
<
2021-10-03
>
pez19:10:29

If we have some Calva users here, I’d like to ask for a favor. I am adding jack-in support for babashka and nbb and would like some help testing it. Here’s a VSIX package with the change included: https://14932-125431277-gh.circle-artifacts.com/0/tmp/artifacts/calva-2.0.214-1001-bb-jack-in-8340d2a5.vsix Please install in VS Code and try start a babashka REPL from Calva. I suspect it might not work on Windows, and will try that out myself some, but if someone else beats me to it, then that would be awesome.

borkdude10:10:08

It worked like a charm for nbb.

borkdude10:10:41

bb also worked

borkdude10:10:56

Small feedback: perhaps uncapitalize babashka so all the REPL names are uncapitalized

borkdude10:10:11

Or capitalize them all

nate21:10:53

Any current easy way to unpack archives in babashka? Considering wrapping this lib in a pod: https://github.com/mholt/archiver

nate21:10:53

I've used this lib successfully for a while from Go, it Just Works ™️

borkdude21:10:06

cool yeah, I think that would make a nice pod

borkdude21:10:30

gzip and zip are support from within the JVM and bb, but there is no "easy" function, I am considering this in babashka.fs but probably limited to those

nate21:10:16

Cool. Thanks.

borkdude21:10:25

Go is a really nice language to made pods from

👍 1
borkdude21:10:45

You probably know there are already some examples (e.g. the go-sqlite one)

nate21:10:03

Yeah, my first thought was to do it in Clojure/Java, but then remembered this lib.

nate21:10:58

I've read the filewatcher source. Seems pretty straightforward.