Hi Jost,
Was just reading over the GUI overview for fun... great work!
This statement is a bit off - "In reality, defer simply forks a
Routine and plays it in an AppClock." Actually, defer simply schedules
the function on the clock, without creating a Routine object.
AppClock.sched(delta,
{ this.value; nil })
vs.
AppClock.sched(delta,
Routine(this))
Very minor point - otherwise the doc is really clear. I like it.
hjh
: H. James Harkins
.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:
"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman