Fork me on GitHub
#clojure-spec
<
2017-05-22
>
nullptr17:05:15

tomorrow is the 1y anniversary of the clojure.spec announcement! https://clojure.org/news/2016/05/23/introducing-clojure-spec

mobileink19:05:54

i have a bunch of map specs, each respresenting a "resource type". i want to present them on a web page. is s/form the way to go? is there a library that makes it easy to get and send a json/edn respresentation of a map spec from the registry?

Alex Miller (Clojure team)21:05:09

s/form will be fully resolved, s/describe will be more terse

Alex Miller (Clojure team)21:05:39

Stuff in there should be edn afaik?