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/.
ikitommi 2020-10-08T10:14:25.090800Z

thanks both, got a sample app running using borkdudes examples, will try to run the tests at a later time. was surpised that the compiling was quite fast. and the app too 🙂

1
ikitommi 2020-10-08T10:14:56.090900Z

➜  malli git:(alpha) ✗ time ./demo '[:set :keyword]' '["kikka" "kukka"]'
 ?schema: "[:set :keyword]"
  ?value: "[\"kikka\" \"kukka\"]"
  schema: [:set :keyword]
   value: ["kikka" "kukka"]
 decoded: #{:kukka :kikka}
   valid: true
;;./demo 0.01s user 0.01s system 7% cpu 0.267 total