[ANSI-Smalltalk] re: array creation syntax

Paolo Bonzini bonzini at gnu.org
Mon Apr 21 17:14:28 BST 2008


> Yes, but no one has proposed adding syntax for Dictionaries.
> Or Sets.  For that matter, the curly braces remind me a lot more
> of sets than arrays, but the square bracket's already taken.

I proposed

     Dictionary from: { a -> b. c -> d }

     Set from: { a. b. c. d }

Paolo



More information about the ANSI-Smalltalk mailing list