You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: