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 valida

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 wrote: > 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 Automat, altho

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 wrote: > 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 usin

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 i