malli.plantuml
, the 23 loc monster 🙂
#(apply println %&)
= println
:awesome:
> #(apply println %&)
what is that syntax
%&
https://clojure.org/guides/weird_characters#_n_anonymous_function_arguments
Out of interest: Is there something in malli like a metaschema that can be used to validate a malli schema?
Metacircular malli?
Metacircular? 😄 You got me confused
I just read up on Metacircular. I guess I am talking about something in that direction 😉 Basically a Malli schema that can be used to validate if my data at hand is a valid malli schema. If it was just a special keyword to refer to the metaschema while the metaschema is not directly written as a malli schema itself that would probably also be usable enough.
ping @alpox
@ikitommi Oh, I really should have seen that in the history.. Thanks, that sounds promising!