[ENH] UpArrow as operator

Peter Crowther peter.crowther at it-iq.com
Thu Mar 18 13:57:44 UTC 1999


> As things are, callbacks require awkward solutions
> which don't seem to be necessary as the information already is
> available.

Blocks are about the most elegant and encapsulated solution for callbacks
I've ever encountered:

doSomethingSneakyAndCallBack: aBlock
	self doSomethingSneaky.
	aBlock value

.... why do we need any other solution?

		- Peter





More information about the Squeak-dev mailing list