Re: Is there some central information available on Java 9 compatibility for Clojure and tools

2018-02-27 Thread Ivan Pierre
There are already some posts about the work to do (a little bit) Java 9 was recently released on September 21st, 2017. If you’re a Clojure developer, you’re probably keen to try it out to see some of the new features and performance improvements available. To do so, you need to do a few things.

Re: Is there some central information available on Java 9 compatibility for Clojure and tools

2018-02-25 Thread Ghadi Shayban
Clojure always worked on Java 9 but lein and boot were broken for a while. Now they're fixed. The only remaining defect is the inability for Clojure to call static interface methods which are a new thing in Java 8. The bytecode verifier in Java 9 added a small backwards incompatible check that

Re: Is there some central information available on Java 9 compatibility for Clojure and tools

2018-02-25 Thread Stuart Sierra
There's no single source, but you can find issues with Clojure and contrib libraries by searching the Clojure JIRA for "Java 9". Toby Crawley started a small collection of known issues at github.com/tobias/clojure-java-9 –S On Sunday, February 25, 2018 at 11:01:

Is there some central information available on Java 9 compatibility for Clojure and tools

2018-02-25 Thread Arie van Wingerden
Some time ago I tried Java 9 and reverted back to 8 when I ran into problems. Is there conclusive info on the versions which will definitely (not) work correctly with Java 9? - Clojure itself - Leiningen - LightTable - etc. -- You received this message because you are subscribed to