Re: 'encoding-of' for spec

2017-01-04 Thread Alex Miller
On Wednesday, January 4, 2017 at 12:24:38 PM UTC-6, Russell Mull wrote: > > I've been hacking on a (currently partial) implementation of a spec > combinator I'm currently calling 'encoding-of'. It's pretty common to have > some kind of encoded version of a data structure kicking around, in json

'encoding-of' for spec

2017-01-04 Thread Russell Mull
I've been hacking on a (currently partial) implementation of a spec combinator I'm currently calling 'encoding-of'. It's pretty common to have some kind of encoded version of a data structure kicking around, in json, xml, or whatever, and it's handy to be able to describe it with spec. That's w