Euan M. wrote:
> I was trying to use amber-language.net as a sort of jsfiddle for
> Smalltalk
>
> with an example using a Dictionary, as a simple cross-Smalltalk example
>
> Dictionary #add:
> and
> Dictionary #at:put:
> came up as Dictionary does not understand ...
I tried
|x|
x := Dictionary new.
x add: 'foo'->'bar'.
x at: 'baz' put: 'quux'.
x
in amber-lang.net in the workspace and PrintIt yielded
a Dictionary ('foo' -> 'bar' , 'baz' -> 'quux')
So, afaict, it works.
>
> I'm about to add this to the bug/feature tracker but I'm interested
> to know
> Is this 'on the plan, but just not implemented yet' or a 'we've taken
> a design decision to do these things another way'?
>
> --
> You received this message because you are subscribed to the Google
> Groups "amber-lang" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
[hidden email]
> <mailto:
[hidden email]>.
> For m
ore options, visit
https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
For more options, visit
https://groups.google.com/d/optout.