This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-06-11
Channels
- # announcements (8)
- # babashka (6)
- # beginners (19)
- # biff (2)
- # clerk (3)
- # clojure (13)
- # clojure-europe (4)
- # clojure-norway (27)
- # clojure-spec (3)
- # clojuredesign-podcast (3)
- # clojurescript (36)
- # conjure (4)
- # core-typed (4)
- # cursive (2)
- # fulcro (8)
- # gratitude (1)
- # hyperfiddle (4)
- # off-topic (34)
- # re-frame (4)
- # sci (11)
- # scittle (1)
- # squint (7)
- # xtdb (5)
An emacs package to call babashka tasks: https://github.com/licht1stein/babashka.el

Nice. I actually made the same package a while ago (https://github.com/dakra/babashka.el). I wanted to add more features before making it more public but couldn't think of anything else useful besides the task-runner so I just left it as is. (but I'm using it daily)
have similarly been hacking on and using https://github.com/teknql/fabb for this use-case - not sure if it's ready for prime time yet. cool to see some similar yet different approaches!