Re: Where can I inqure about bugs?
Yep, exactly what I did. Thank you all! On Nov 20, 4:32 pm, Sean Corfield wrote: > On Sat, Nov 19, 2011 at 7:28 PM, Randy Pensinger > wrote: > > user=> (def stringComparator > > (comparator (fn [a b] > > (do > > (printl
Where can I inqure about bugs?
I am having a lot of trouble finding a place to mention a possible clojure bug. Is this it? I am trying to write a custom comparator, but the comparator never seems to work. I simplified the comparator below. user=> (def stringComparator (comparator (fn [a b] (do