This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-28
Channels
- # aleph (4)
- # announcements (5)
- # babashka (28)
- # babashka-sci-dev (13)
- # beginners (63)
- # calva (76)
- # cider (113)
- # clara (7)
- # clj-kondo (42)
- # cljdoc (1)
- # clojure (170)
- # clojure-europe (20)
- # clojure-nl (17)
- # clojure-norway (3)
- # clojure-spec (12)
- # clojure-sweden (1)
- # clojure-uk (6)
- # clojurescript (55)
- # clojureverse-ops (1)
- # consulting (1)
- # core-async (9)
- # cursive (16)
- # data-science (1)
- # datascript (8)
- # datomic (27)
- # emacs (14)
- # events (1)
- # fulcro (10)
- # graphql (9)
- # gratitude (1)
- # jobs (6)
- # jobs-discuss (5)
- # leiningen (10)
- # lsp (35)
- # missionary (4)
- # nextjournal (9)
- # off-topic (46)
- # pathom (15)
- # pedestal (5)
- # polylith (37)
- # portal (15)
- # re-frame (22)
- # reagent (4)
- # reitit (5)
- # reveal (18)
- # shadow-cljs (20)
- # tools-deps (7)
- # xtdb (10)
Hi there, clj-statecharts, the state machine and statecharts library for clojure/clojurescript, has released 0.1.1 . https://github.com/lucywang000/clj-statecharts This release updated the version of malli to 0.6.2 to fix https://github.com/metosin/malli/issues/536 . Thanks @jacob.maine for pointing this out!
nice! What are your thoughts about cutting a 1.0 release?
@U0522TWDA Well, there are still quite some features that I consider adding, e.g. history states, final states, so I need to think more about that 🙂
I think “xstate for clojure” is a very important addition to the clojure development story, and implementation so far is very promising. Hoping to see a community around this.
jet
v0.1.0
Convert between JSON, EDN and Transit on the command line with a query language akin to jq
or using regular Clojure.
The new version now comes with camel snake kebab conversions for keys.
https://github.com/borkdude/jet/releases/tag/v0.1.0