There are two issues here that I'm seeing, first is that the list and
vector have different behavior, my understanding is that they are both
sequences and one should be able to perform the same operations on
them.

Second issue is that the behavior is inconsistent, if it is not
possible to sort tuples with a list as a second element, then it
should never work, as opposed to working sometimes on some data sets.
The inconsistency of the behavior is troubling.

On Jan 7, 11:47 pm, ".Bill Smith" <william.m.sm...@gmail.com> wrote:
> I wonder if the root cause might be clearer if you were to review the
> documentation for the sort function and then apply what it says to a
> smaller dataset, e.g. a pair of lists.
>
> Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to