Fork me on GitHub
#graalvm
<
2020-10-08
>
ikitommi10:10:25

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 🙂

simple_smile 3
ikitommi10:10:56

➜  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