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/.
dominicm 2020-12-27T12:51:02.256400Z

@borkdude clip doesn't use eval. It just walks the list, replaces arguments and then applies functions (resolving any symbols). @dharrigan adding a load function to clip is on the roadmap, but I ran into a few bumps.

dharrigan 2020-12-27T12:51:35.256600Z

w00t