Re: [ANN] Automat: better FSMs through combinators

2014-05-16 Thread Sam Ritchie
I'd love to start using more FSM modeling in my web app. Users on PaddleGuru move through various states for each regatta - paid, signed up, invited, etc, and this feels like the best way to model all of those transitions. I'd love to figure out how to use Automat to generate a series of

Re: [ANN] Automat: better FSMs through combinators

2014-05-14 Thread Jason Felice
Wow, this library looks very useful! Thanks! -Jason On Tue, May 13, 2014 at 5:55 PM, Colin Fleming colin.mailingl...@gmail.comwrote: I'm also very excited about Automat, although I haven't had time to look at it closely yet. Ragel is one of my favourite pieces of software. Here's an article

Re: [ANN] Automat: better FSMs through combinators

2014-05-14 Thread Alex Hammel
This looks really, really cool. Good work! On Wed, May 14, 2014 at 6:41 AM, Jason Felice jason.m.fel...@gmail.comwrote: Wow, this library looks very useful! Thanks! -Jason On Tue, May 13, 2014 at 5:55 PM, Colin Fleming colin.mailingl...@gmail.com wrote: I'm also very excited about

[ANN] Automat: better FSMs through combinators

2014-05-13 Thread Zach Tellman
https://github.com/ztellman/automat This has been languishing in my Github for a while, for lack of a few finishing touches on the code and documentation. I think this is one of cooler libraries I've written, and beyond the obvious use for parsers, the set theoretic operators could be a

Re: [ANN] Automat: better FSMs through combinators

2014-05-13 Thread Colin Fleming
I'm also very excited about Automat, although I haven't had time to look at it closely yet. Ragel is one of my favourite pieces of software. Here's an article from Zed Shaw about using state charts for networked apps: http://www.zedshaw.com/essays/ragel_state_charts.html. I read an article (or an