announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
Lucy Wang 2021-03-25T00:53:23.196100Z

Yeah I thought of that way too, xstate is just fabulous. But I believe statecharts could be more widely used in both clj & cljs so I decided to roll my own. Still lots of the API design is borrowed from or inspired by xstate.

👍 2
Lucy Wang 2021-03-25T02:55:19.196700Z

Here is an excellent article about making use of the parallel states features (and other features) of clj-statecharts: https://doughamil.github.io/gamedev/2021/03/24/statecharts-for-animation.html .