Re: Multithreaded Python FSM (Harel State Machines)

2005-06-17 Thread Leonard J. Reder
WOW! Thanks, this looks remarkabley close to what I was talking about. Len fraca7 wrote: > Leonard J. Reder a écrit : > >> [snip] > > > http://smc.sourceforge.net/ > > It's probably not what you're looking for, but it's the closest I can > think of. -- http://mail.python.org/mailman/listinfo/

Re: Multithreaded Python FSM (Harel State Machines)

2005-06-16 Thread fraca7
Leonard J. Reder a écrit : > [snip] http://smc.sourceforge.net/ It's probably not what you're looking for, but it's the closest I can think of. -- http://mail.python.org/mailman/listinfo/python-list

Re: Multithreaded Python FSM (Harel State Machines)

2005-06-15 Thread Leonard J. Reder
Hello, I am sending this out again in hopes that someone will have some meaningful comments on FSM (finite state machine) modules avaliable for Python. Hope to get a reply or two this time. Thanks. Leonard J. Reder wrote: I have been searching on the web for a specific Python implementation of