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/.
Crispin 2020-04-01T02:07:49.041800Z

I supported hiccup (the syntax) without using hiccup (the library)

Crispin 2020-04-01T02:08:56.042400Z

I use a combination of my own code along with the hickory library.

borkdude 2020-04-01T09:16:12.043600Z

Excellent article on GraalVM substitutions: https://blog.frankel.ch/coping-incompatible-code-graalvm-compilation/ This is also the approach taken to fix an issue with GraalVM and Clojure on JDK11 https://github.com/borkdude/clj-reflector-graal-java11-fix

๐Ÿ‘ 1
๐Ÿ‘€ 1
taylor 2020-04-03T12:52:49.044300Z

oh wow theyโ€™re writing a k8s controller in Java too, this is an interesting post