Fork me on GitHub
#clojure-spec
<
2017-02-05
>
niquola17:02:05

Hello, i need some verification from experts! I’m thinking about refactor my json-schema library to clojure.spec generator from json-schema definitions. The problems i see: this will be generation based on macros (or there is another way?) and some json-schema could come from users - but specs are not garbage collected (some sandbox?) ? Does anybody have spec generation experience?

niquola17:02:08

Or may be this is a bad idea at all?