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.

Reply via email to