Re: sort-by reverse order?

2020-10-14 Thread Andy Fingerhut
This document goes into fairly deep dive on other ways to do it, including a gotcha on edge cases of using something like (comp - compare) that will rarely if ever bite you, but some people may want to know about them to avoid them. https://clojure.org/guides/comparators Andy On Wed, Oct 14, 202

Re: sort-by reverse order?

2020-10-14 Thread Matthew O. Smith
Google brought this up in 2020 Try (comp - compare) On Tuesday, December 23, 2014 at 10:04:35 AM UTC-7 julian...@googlemail.com wrote: > That's awesome! (though I'm slightly surprised there isn't an easier way). > > Thanks. > > > On Tuesday, 23 November 2010 21:03:37 UTC, Tyler Perkins wrot