Collecting Blocks

Anthony Hannan ajh18 at cornell.edu
Sun Nov 17 18:29:27 UTC 2002


Ned Konz <ned at bike-nomad.com> wrote:
> You've run into the fact that blocks aren't full closures yet.
> The current (hackish) way to deal with this problem is to use 
> fixTemps:
> 
> ((1 to: 2) collect: [:ea | [ea asString] fixTemps ]) collect: [:b | b 
> value]

Or you can use SqueakVI4 (http://minnow.cc.gatech.edu/squeak/VI4) which
has full block closures.



More information about the Squeak-dev mailing list