Just been trying out clojure.spec for the first time, looks really nice. It 
would be good to be able to do something like the following:

(clojure.spec/def
  "The name of the stage, which API Gateway uses as the first path segment 
in the invoke Uniform Resource Identifier (URI)."
  :aws.apigateway.stage/StageName string?)

...so useful information not expressible in the spec itself can be included 
in a docstring so that it can be picked up by tooling, clojure.repl/doc 
etc. From what I can see of the code it doesn't look like this is currently 
possible: is this something that is likely to be added?

Thanks,

Russell

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