@whilo uploaded a file: https://clojurians.slack.com/files/U1C36HC6N/FAYA8UKNH/-.clj
Any ideas?
The type annotation inference is pretty cool, but Java interop still screws me.
When I do ^:no-check
on str->md5
everything works fine.
Regarding Java interop, probably an IDE helper adding the non-nil-return
form could also help. I guess there is no static analysis of Java bytecode doable to determine nillable types (?).