This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-01
Channels
- # announcements (10)
- # asami (2)
- # babashka (10)
- # beginners (55)
- # biff (37)
- # calva (9)
- # cherry (1)
- # clj-kondo (11)
- # clojure (221)
- # clojure-bay-area (12)
- # clojure-europe (77)
- # clojure-hungary (3)
- # clojure-nl (5)
- # clojure-norway (12)
- # clojurescript (11)
- # cursive (1)
- # data-science (11)
- # emacs (27)
- # figwheel (3)
- # fulcro (11)
- # graphql (5)
- # helix (7)
- # honeysql (3)
- # humbleui (9)
- # interceptors (2)
- # introduce-yourself (2)
- # kaocha (12)
- # lsp (27)
- # malli (6)
- # nbb (70)
- # off-topic (6)
- # re-frame (6)
- # react (3)
- # reitit (9)
- # releases (2)
- # scittle (29)
- # shadow-cljs (26)
- # sql (13)
- # tools-deps (61)
Stepwise v0.8.0 is released. Added support for nested AWS Step Function calls and more inter-step JSON manipulation. We use Stepwise extensively at Motiva AI to orchestrate our Clojure services and workflows. Happy to answer any question. https://github.com/Motiva-AI/stepwise
Wow. This is really impressive. At work we work so hard to build our step functions, this makes it seem so easy.
v0.17.0 (alpha) of Tutkain, a Sublime Text package for interactive Clojure development, is out, with pretty good Babashka support. Changelog: https://github.com/eerohele/Tutkain/blob/master/CHANGELOG.md#0170-alpha---2022-10-31 Documentation: https://tutkain.flowthing.me Follow up in #tutkain.
A little preview of the new Babashka support: https://tutkain.flowthing.me/bb.mov
Thanks, and many thanks once more for accommodating the necessary changes in Babashka and SCI!
Looks very nice! Does it play along with Figwheel?
Not currently, no, sorry. I tried implementing Figwheel support a while ago, but it didn’t work out. I could give it another try. Ideally, I’d like Tutkain to be agnostic with regard to build tools and just support CLJS, but that is sadly not possible.
no worries. I might give it a try if I find time.