How about Smalltalk-2000?

Warren Postma wpostma at ztr.com
Wed Feb 16 21:12:51 UTC 2000


>How much further do you want?  I'm serious - please explain, and you may
>find (as here) that what you want already exists.

Well, what about these array operations:

a[5] := 10					" obvious array syntax "
a[5][9] := 0			      " multiple levels of arrays "
a[0:10] := 0  				" initialize a slice "
a[5:10] := b[10:15]			" slice "
a["key"] := Value 			" dictionary "


Warren





More information about the Squeak-dev mailing list