[ENH] Magnitude >> ?

Avi Bryant avi at beta4.com
Mon Feb 16 02:40:25 UTC 2004


On Feb 15, 2004, at 6:15 PM, Richard A. O'Keefe wrote:

> Then you haven't seen enough programming languages.  In some ways the
> ideal selector name is #<=>, but Squeak doesn't support three-character
> binary selector names.

It doesn't?

Symbol allInstances select: [:ea | (ea includes: $:) not and: [ea 
numArgs = 1] and: [ea size > 2]].
"#(#\\\ #==>)"




More information about the Squeak-dev mailing list