puzzler
unread,Dec 4, 2008, 2:32:27 AM12/4/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
OK, after my last goof-up in reporting a bug, I'm reluctant to state
with certainty that this is a bug, but it sure seems that way:
This works:
(sort [[5 2] [1 0] [3 4]])
This works:
(sort [3243214324324132413243243243243243243234 324132])
This does not work:
(sort [[34324321432432432413242343241324 32432] [0 342143243124]])
In other words, sort doesn't know how to compare vectors containing
big integers.