Fork me on GitHub
#clojure-spec
<
2016-10-22
>
cddr16:10:02

Has anyone thought much about using spec definitions to generate avro/protocol buffer/thrift schemas (and corresponding coercion of data in those formats into clojure and back) or is that a fools errand?

cddr17:10:28

I think what I really want to do is associate specs (or perhaps conformers) with "hints" that would document the low-level type implied by some conformer.

donaldball19:10:53

I have had modest success using them as parts of fixed-width file parsers