graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
souenzzo 2020-06-11T15:25:48.329600Z

Hey I'm starting a project that I will like to have native-image targets Should I choose any specific logging? taoensso.timbre will work?

lukasz 2020-06-11T16:20:53.330400Z

Based on my recent experiments with native-image clojure.tools.logging + logback-classic works as expected

katox 2020-06-11T16:51:40.330800Z

timbre works, I use it in https://github.com/leafclick/pgmig/