We run builds on Clojure itself for Java 6, 7, and 8. A number of people 
have used Clojure 1.6 with Java 8 and there have been no reported issues.

The one issue I know of in the code is that the AsmReflector under 
clojure.java.reflect (which is not the default reflector, it has to be 
specified explicitly), uses the embedded ASM 4, which does not yet 
understand Java 8 bytecode. So using the reflect api with AsmReflector on 
Java 8 classes will fail. Not really fixable till we move to ASM 
5. http://dev.clojure.org/jira/browse/CLJ-1323


On Tuesday, June 3, 2014 11:17:52 AM UTC-5, Dave Tenny wrote:
>
> The clojure site says 1.6.0 is supported with java 6 and higher.
>
> I just wanted to double check whether people have been using it with Java 
> 8 and whether it's believed to be stable when used with Java 8 before I 
> tell people I work with that they can use it with Java 8.
>
> Thumbs up for java 8 and clojure?
>
> Thanks,
>
> Dave
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to