malli

https://github.com/metosin/malli :malli:
borkdude 2020-10-28T10:12:55.357100Z

@ikitommi I think I would have a real good use of sequence schemas. Spec is painful to work for command line usage with due to macros, malli is a pleasure because it's data and also compatible with Graal. Context: https://gist.github.com/borkdude/a391146ad81a06c28fb97ccdc1f64d44

👍 2
borkdude 2020-10-28T10:13:33.357600Z

Imagine that the user can specify a schema on the command line to search for code patterns.

👍 2
2020-10-28T10:41:42.358Z

I was thinking about this too. To find duplicated or similar code etc