Concurrent dispatch: when implementations run together

August 27, 2013

Preliminary thoughts on the State-ful coexistence of classical specific-first dispatch, alongside echoes of generic-first dispatch, as befits a system of concurrent States.

Lexical binding in state methods

November 13, 2012

When a state method is inherited from a protostate, the inheriting State context from which the method is invoked — as referenced by this — offers no idiomatic expression of the precise State in which the method is defined. To gain this level of lexical awareness, decorators and method transformation are used to bind a state method to its complete state–lexical environment.