Nathan Marz
Nathan Marz
Is the "Only long and double primitives" error coming from the Clojure compiler?
Looking at the code, I think the method matching is fine. It's just the Clojure fns are invalid due to the type hints. Would a patch that strips unsupported type...
Happy to accept a PR for this
Can you send me your email so I can send you the contributor agreement to sign? http://nathanmarz.com/contact/
Would just need to extend all-transform protocol to strings.
That's clever. Definitely too much of a hack to pull it in though. I think doing this properly would ultimately require support from the Clojure compiler.