Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Could this work with Clojure? #283

Open
didibus opened this issue Dec 21, 2017 · 1 comment
Open

Could this work with Clojure? #283

didibus opened this issue Dec 21, 2017 · 1 comment

Comments

@didibus
Copy link

didibus commented Dec 21, 2017

Wondering if this could work with Clojure. I'd assume yes, since it takes byte code, but I know Clojure has a lot of dynamic constructs that create new byte code at runtime, so I don't know if that would complicate the matter.

@soywiz
Copy link
Member

soywiz commented Dec 23, 2017

Probably not though not tried. Even if you statically compile clojure, probably it is using invokedynamic a lot (from 1.7). Unless you use a version targeting 1.6 or lower. I just implemented a subset of invokedynamic to support java/kotlin lambdas. So probably won't work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants