Aug. 29, 2014
4:02 p.m.
2014-08-29 8:16 GMT-03:00 Sven Van Caekenberghe <sven@stfx.eu>:
On 29 Aug 2014, at 12:53, Göran Krampe <goran@krampe.se> wrote:
Just for some "food for thought", you may want to read the parts under heading "Literal Smalltalk arrays" and the section following - "Sidestory: Adding literal Dictionaries to Smalltalk?" Since we had those discussions long ago, I've actually grown quite used to writing
{ #foo->1. #bar->2 } asDictionary
I know it is not super efficient, or super compact, but I can certainly live with it.
Plus, It doesn't require further changes. I got used to it too. BUT... ... I'd also love to have something like #{'foo' -> 1. #bar -> false} :) Esteban A. Maringolo