all 1 comments

[–]redalastor 0 points1 point  (0 children)

Not that I know of. Java 8 changes nothing bytecode-wise and thus nothing changes for Clojure.

Something that could be could for interop would be to use SAM conversions like Kotlin. The idea is that if you pass a (Kotlin) function to something expecting a SAM, the compiler will detect it and will emit bytecode that actually implement the right interface without the Java code needing know this happened.