doxa icon indicating copy to clipboard operation
doxa copied to clipboard

GraalVM support

Open ericdallo opened this issue 3 years ago • 3 comments

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

ericdallo avatar Sep 19 '21 22:09 ericdallo

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

ribelo avatar Sep 19 '21 23:09 ribelo

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 :)

ericdallo avatar Sep 19 '21 23:09 ericdallo

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! ;)

ribelo avatar Sep 20 '21 00:09 ribelo