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 🙂
➜ 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