malli

https://github.com/metosin/malli :malli:
ikitommi 2021-06-21T17:52:44.184500Z

malli.plantuml , the 23 loc monster 🙂

5
ikitommi 2021-06-22T16:36:38.201400Z

#(apply println %&) = println :awesome:

ikitommi 2021-06-21T17:53:02.184800Z

https://github.com/metosin/malli/pull/468

emccue 2021-06-21T18:00:44.185300Z

> #(apply println %&)

emccue 2021-06-21T18:00:47.185500Z

what is that syntax

emccue 2021-06-21T18:01:16.185700Z

%&

alpox 2021-06-21T19:29:03.186700Z

Out of interest: Is there something in malli like a metaschema that can be used to validate a malli schema?

Ben Sless 2021-06-21T19:47:13.186800Z

Metacircular malli?

alpox 2021-06-21T20:02:42.187100Z

Metacircular? 😄 You got me confused

alpox 2021-06-21T20:18:31.187300Z

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.

ikitommi 2021-06-21T20:58:20.187600Z

ping @alpox

alpox 2021-06-21T21:03:21.188100Z

@ikitommi Oh, I really should have seen that in the history.. Thanks, that sounds promising!