> I think it is important to not get "overridden" by the fact that
> something is extremely easy to do in Smalltalk. We can easily make bad
> mistakes, just because we can.
>
> Just my 2 cents
>
> Joachim
>
> Am 02.08.15 um 14:11 schrieb webwarrior:
>
> > I was surprised when discovered that in Pharo comparison is not
> defined for
> > lists, arrays and similar datastructures.
> >
> > Because in almost every programming language (F#, Python, Javascript
> just to
> > name few) you can compare lists, arrays, etc. By convention, the
> ordering is
> > lexicographical, just like in strings.
> >
> > It took little time to add needed methods to SequencableCollection,
> but I
> > think its better to have them in core library (core image, or how do you
> > call it?).
> >
> >
> >
> > --
> > View this message in context:
>
http://forum.world.st/Comparison-for-SequencableCollection-tp4840704.html> > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.