reduce-fsm provides a simple way to specify clojure finite state
machines, it allows you to:

- Define define state machines that accumulate values (in the same was
that reduce does)
- Create lazy sequences from state machines
- Perform stateful filtering with clojures filter/remove functions
- Visualize the resulting state machines with graphviz


All generated state machines are plain clojure functions and read
events from clojure sequences.
Events are dispatched with core.match and allow the use of all match
features (guards, destructuring, regex matching, etc.)

Documentation is available at http://cdorrat.github.com/reduce-fsm/
and the source at https://github.com/cdorrat/reduce-fsm

Feedback and comments are welcome.

Cameron.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to