[PD] [psql] object hand-holding

Mathieu Bouchard matju at artengine.ca
Thu Dec 13 21:12:18 CET 2007


On Tue, 11 Dec 2007, IOhannes m zmoelnig wrote:

> i don't claim that Gem is a good example. however, i also don't see how 
> the data-flow vs control-flow is especially bad in Gem.

As long as you pass a "gem" message around that is only a pointer to a 
shared state that all objects modify, it's all explicit control-flow all 
over the place. The contents of the "gem" messages doesn't matter at all, 
and the only thing that matters is the order in which the messages are 
sent. That's 100% controlflow and 0% dataflow.

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada


More information about the Pd-list mailing list