On Mon, 2014-09-08 at 04:59 +0200, Kevin Lynagh wrote:
> and Horrocks' excellent "Constructing the User Interface with
> Statecharts"
> (http://www.amazon.com/Constructing-User-Interface-Statecharts-Horrocks/dp/0201342782).
> If you end up exploring the space and want to discuss
> design/implement
I've been working on an implementation of Harel's statecharts based on his
original paper
(http://www.wisdom.weizmann.ac.il/~dharel/SCANNED.PAPERS/Statecharts.pdf)
and Horrocks' excellent "Constructing the User Interface with Statecharts"
(http://www.amazon.com/Constructing-User-Interface-Statec
ptember 2014 10:34
To: clojure@googlegroups.com
Subject: Re: Clojure statechart / hierarchical FSM implementation
On Friday, September 5, 2014 9:13:43 AM UTC+2, Andre Van Der Merwe wrote:
Alternatively are there any papers or examples that you know of that discuss
implementing statecharts? Most
On Friday, September 5, 2014 9:13:43 AM UTC+2, Andre Van Der Merwe wrote:
>
> Alternatively are there any papers or examples that you know of that
> discuss implementing statecharts? Most of the ones I’ve seen are code-gen
> tools and that does not really what I am after.
>
You should definite
Does anyone know of a clojure implementation of a Harel statechart or some
variation of it (UML2 statechart, hierarchical FSM etc)? Specifically I'd like
the implementation to handle; hierarchical nesting, history states, conditions,
concurrency and communication if possible.
Alternatively are