Re: Data expansion alternatives and idioms

2017-06-25 Thread Steve Buikhuizen
After thinking this technique through, I realised that Datomic schema is a great candidate for s/conform. Here's an example https://gist.github.com/stevebuik/17ed50824f1bb814fab9e556a37cf18a Happy to hear feedback... -- You received this message because you are subscribed to the Google

Re: Data expansion alternatives and idioms

2017-05-23 Thread Steve Buikhuizen
> > I wanted to understand the techniques used for DSL expansion so I did a > talk at the Sydney Clojure Meetup on it. Slides are here if you are > interested. > http://tiny.cc/data-macros -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post

Data expansion alternatives and idioms

2017-05-09 Thread Steve Buikhuizen
In various projects and presentations there are "terse" data structures being expanded into full forms. Examples are: - Pedestal "terse" routes : using protocols called ExpandableRoutes - Vase schema literals : EDN reader literals - Yada routes : I haven't used it so unsure of the