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/.
mikeb 2020-08-23T18:03:02.013400Z

Anyone have a good hello world example of building a deps.edn project with native-client?

borkdude 2020-08-23T18:44:29.013600Z

what is native-client?

borkdude 2020-08-23T18:45:08.013900Z

if you mean, native-image, check https://github.com/lread/clj-graal-docs for hello world

mikeb 2020-08-23T19:21:42.014400Z

Yeah, sorry meant native-image.

mikeb 2020-08-23T19:23:14.014700Z

I was able to get it working, used https://github.com/taylorwood/clj.native-image