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 technique

and I'm sure there are many more. 

There are also techniques mentioned in blogs using "Data Macros" using 
Schema and now Spec where terse data is conformed and then transformed into 
longer forms.

I'm trying to understand the pros and cons of each of these techniques so I 
thought I'd put it out to the community. Maybe this could accelerate the 
convergence towards an
idiomatic technique that we can all reach for when we need it.

If you have used any of these (or others) what have you learned? 


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to