[ENH] Lispy list functions

Ian Piumarta Ian.Piumarta at inria.fr
Fri Sep 10 16:15:42 UTC 1999


> self error: '*indefinite recursion*'

You're sure ?  I just tried

	#(42) asCollection collect: [:e | e]
and
	42 asCollection collect: [:e | e]

and they both produced Collections as answers.  On the other hand,

	42 collect: [:e | e]

produced a notifier, but only after a *long* pause...

Ian





More information about the Squeak-dev mailing list