ribelo / doxa

The Unlicense
232 stars 8 forks source link

GraalVM support #22

Open ericdallo opened 3 years ago

ericdallo commented 3 years ago

Hello, amazing project :)

Does it work with graalvm? Maybe it's a good idea to mention in the docs about the support and what's necessary to setup it.

Related: https://github.com/clj-easy/graal-docs

ribelo commented 3 years ago

Works without any problem, does not use anything that needs dealing with reflections.

ericdallo commented 3 years ago

Even not using reflection, some clojure code needs type hinting to fully work with graalvm, but if you already tested that I think it's good to mention in the README :)

ribelo commented 3 years ago

I checked a long time ago, so I'll check again in the near future if anything has changed and only then I'll add to the readme info about compatibility and close the issue. Thx! ;)