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/.
borkdude 2020-09-04T10:55:45.013400Z

This is nice: GraalVM binaries accept Java properties as part of the command line parsing, for free.

$ bb -Dhttps.proxyHost=foo -e '(slurp "<https://google.com>")'
<http://java.net.UnknownHostException>: foo