metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.44k stars 204 forks source link

Feature Request: ClojureDart Support #996

Open conjurernix opened 5 months ago

conjurernix commented 5 months ago

Are there any efforts or plans to support ClojureDart? If not would you accept a PR that adds such support?

ikitommi commented 5 months ago

Once ClojureDart supports multimethods and reader conditional, we can ensure Malli works with it. Not much we can do before that (malli extensions lean on multimethods).