This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-27
Channels
- # announcements (2)
- # aws (17)
- # babashka (13)
- # beginners (84)
- # calva (46)
- # chlorine-clover (40)
- # cider (19)
- # clojure (27)
- # clojure-australia (1)
- # clojure-europe (84)
- # clojure-nl (2)
- # clojure-uk (49)
- # clojurescript (65)
- # core-async (6)
- # cryogen (1)
- # cursive (11)
- # datomic (13)
- # etaoin (3)
- # jackdaw (5)
- # jobs (2)
- # kaocha (34)
- # minimallist (6)
- # off-topic (17)
- # pathom (2)
- # pedestal (11)
- # re-frame (8)
- # reagent (5)
- # rewrite-clj (19)
- # shadow-cljs (30)
Babashka 0.2.4 released! Featuring an all new pREPL implementation which is used by NextJournal to build a babashka notebook environment: http://nextjournal.com/try/babashka?cm6=1 See changelogs for more details: https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v024

Another news item: this project that works around some limitations of deps.edn also works with babashka. https://github.com/rejoice-cljc/interdep
https://clj-commons.org/camel-snake-kebab/ used quite a bit in my bb scripting, might be a good one to include
I'm working on a new cli tool https://github.com/rorokimdim/stash Has basic babashka-pod support for scripting. I'd appreciate any feedback or pointers on improving babashka integration. Or the tool in general. Just throwing it out there as I think this might be the right crowd. Thanks for reading!
@amit.p.shrestha That's very cool. The pod even works from Python! And it's written in Haskell... 🤯
@amit.p.shrestha My feedback would be: maybe you could document the API which you can call from babashka. When I'm dropped into a REPL I have no idea what to do next.
thanks @U04V15CAJ yep i will add try to document the apis better :thumbsup: