doxa
doxa copied to clipboard
GraalVM support
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
Works without any problem, does not use anything that needs dealing with reflections.
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 :)
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! ;)