May 20, 2013
4:13 p.m.
Hope not, since it's a real pain :( Ben On May 20, 2013, at 6:08 PM, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi,
One of the things that always positively surprised me about Smalltalk was the fact that BlockClosures are printing showing their actual source code, you don't get that in many languages.
But now this seems to be gone, maybe temporarily, from 3.0
[ :n | n + 1 ] => [â¦]
Was this intentional ?
Sven