Fork me on GitHub
#babashka
<
2020-12-29
>
borkdude12:12:35

Babashka v0.2.6 released: https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v026 The main new feature in this release is the pod registry: https://github.com/babashka/pod-registry This allows you to use pods without having to install them using a separate package manager: https://book.babashka.org/#_pod_registry

🎉 6
borkdude15:12:07

I didn't test it and I probably should have, but it also works on Windows 🎉

🎉 6
borkdude15:12:58

While developing the fswatcher pod (https://github.com/babashka/pod-babashka-fswatcher) @rahul080327 and I found that Go is a pretty nice language for developing pods. Small footprint, easy cross compile for multiple OSes in one simple CircleCI build. I wonder what more is lurking within the Go ecosystem that we can make available through pods. Possibly a mongodb pod, or whatever else people find useful

benny18:12:56

@borkdude I noticed you reference clojure-laterna 0.9.8-SNAPSHOT in your deps.edn/project.clj but that's not published on maven