stately
stately copied to clipboard
Stately: Statecharts in Clojure/Script
Thanks for writing this library and giving your [talk](https://www.youtube.com/watch?v=klqorRUPluw)! I'm wondering if this is still being actively maintained, and if there are any gotchas to beware of. So far, I've...
Suppose you're given the following configuration ``` { :states {:fsm/A {:entry-actions [[:fsm/action1]] :exit-actions [[:fsm/action2]]}} :transitions {[:fsm/A :event] {:target :fsm/A :actions [[:fsm/action3]]}} ... } ``` When the transition `:event` is fired...
with: ``` Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: gem pristine executable-hooks --version 1.3.2 Ignoring ffi-1.9.6 because its extensions are not built. Try: gem pristine ffi --version 1.9.6...