This is exactly my use case as well. I want to provide the user a nice DSL 
but make it easy to automatically generate input. The idea I had was the 
user could write things in the DSL and for automatic generation you could 
just generate the conformed structure.

The other thing it's made me notice is that we really need a library to 
make errors clearer in large nested data structures.

/j

On Saturday, December 10, 2016 at 3:09:24 AM UTC+1, Leon Grapenthin wrote:
>
> Alex, I thought about this and it appears to be a convenience problem. 
> Spec is e. g. excellent to parse a e. g. a Query DSL (which is my current 
> side project) via conform. But then you have that large data structure that 
> you want to break down and operate on in several functions. So you need to 
> have the specs for the conformed structure built by spec. 
>
>>

-- 
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