On Thursday, January 21, 2016 at 1:50:02 PM UTC-6, Mars0i wrote:
>
> On Thursday, January 21, 2016 at 12:14:33 PM UTC-6, Sean Corfield wrote:
>>
>> The Frege project (a Haskell for the JVM) is running into problems with 
>> the Java 8 compiler (producing invalid JVM bytecode or just 
>
>  
> Ugh.  Am I making a mistake by using Java 8?  "Invalid JVM bytecode", i.e. 
> it's syntactically incorrect and won't run?  That's OK; I'll know it if I 
> hit such a patch of bytecode, I guess.  It would bother me more if I could 
> run a program successfully but with incorrect results.
>

By a wide margin, Java 8 is the most popular version used with Clojure and 
it is what I would recommend using. I know of no reports of somehow 
"invalid" bytecode with Clojure and Java 8. Clojure does not use the Java 
compiler (javac) but generates bytecode using the ASM library. The JVM spec 
has changed very little over the years (significantly less so than Java) 
and it would be quite surprising to me if the bytecode we generate in 
Clojure somehow did not work with Java 8.

-- 
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