Re: SCXML Alternative Notation

I second the notion. 

so many programming languages and libraries already have integrated the concept of 'Event': for example, the mvc framework PureMVC has a statemachine implementation (which borrows some syntax from scxml, though not statechart semantics) but they felt the need to change <transition event="" > to <transition action=""> so as not to confuse their users (puremvc was first written in ActionScript, the  dispatcher/listener implementation of which figures the `Event` class being dispatched and listened for). 

but i'm guessing that ship already sailed?

 - johan roxendal
http://code.google.com/p/pyscxml

Received on Wednesday, 19 January 2011 09:50:04 UTC