hello : ) i want to learn quarkus and use it with Clojure, but quarkus is commonly used with GraaLVM , so the question is can i use Clojure with it? and Clojure libraries? i saw that i should not use reflection with GraaLVM? but even if i add types, how to use other clojure libraries that cause reflection?
Reflection is supported via a reflect-config.json
thank you for helping me, i never used GraaLVM, even if i use reflect-config, this is a viable solution, to use Clojure libraries? for example i made a Mongodb library i wonder if i will be able to use it. In general clojure libraries work with little extra work? Or we can use only libraries that made with GraaLVM in mind?
Most things should work with a little extra work Iād say but you have to understand the mechanics of it
macros work? i see now a groovy tutorial that is dynamic also. thank you i will read about those and try it
Macros are not dynamic, in the sense that they are executed at compile time. All graalvm native image cares about is bytecode
ok thank you for you time, and Babashka that has the coolest logo!