This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-08
Channels
- # announcements (4)
- # aws (3)
- # babashka (5)
- # beginners (16)
- # cider (8)
- # clj-kondo (3)
- # clojars (8)
- # clojure (115)
- # clojure-uk (15)
- # clojurescript (18)
- # data-science (5)
- # datomic (14)
- # fulcro (49)
- # funcool (6)
- # graalvm (3)
- # graphql (4)
- # lumo (17)
- # malli (5)
- # off-topic (15)
- # reitit (18)
- # ring-swagger (8)
- # rum (2)
- # shadow-cljs (35)
- # tools-deps (18)
- # uncomplicate (2)
- # vrac (1)
properties are always (if defined) the first argument in the schema vector, so [:> {...} 6]
should work
4
How battle tested is the serializable function schemas feature of malli? I'm tinkering on a small side project of mine and realized malli would actually fit into it really well for the purposes of schema+coercion of data structures saving me the effort of doing those myself... 🙂
@suomi.esko heavy lifting done by https://github.com/borkdude/sci