Fork me on GitHub
#clojure-dev
<
2016-06-21
>
ragge19:06:27

what is the current strategy around indy and clojure? could it be an implementation option for certain uses-cases if enough benefits could be demonstrated, or does the jdk 1.7+ requirement simply make it a no go?

ragge19:06:11

i'm fully aware it doesn't magically solve all problems and there are pros/cons/tradeoffs as usual

seancorfield19:06:36

Until the decision is made to drop Java 6, it seems to be a no go, and so far I didn’t think anyone had demonstrated that indy actually produces any performance benefits in Clojure?

seancorfield19:06:51

(esp. given the direct linking introduced in Clojure 1.8)

Alex Miller (Clojure team)22:06:47

Rich is wary of invokedynamic because it was pretty bad for a long time. If you look at JRuby who pushed it harder than anyone, I think they still don't trust it enough to use it by default

Alex Miller (Clojure team)22:06:21

We will look at it eventually but it's just not the highest priority right now