In midje how do I (fact + => +)
getting Cannont cast clojure.core$PLUS to java.lang.Number error
just using (fact (= + +) => true)
at the moment to get round it
@grierson That sounds like a bug in Midje...
(you'll find a lot of folks have criticisms of Midje as not being very idiomatic and being too full of macro magic, so if you are not yet fully committed to Midje, you might want to consider alternatives...)
I just looked at the commit history -- I didn't realize Brian (Marick) stopped working on it over three years ago and that a couple of other folks seem to have taken over maintenance...