Re: An idea to improve foundations of documentation in clojure

2017-10-17 Thread Sameer Rahmani
But if we use specs for it we can store them in different namespace and do not compile them for production also we can take leverage of spec it self and do some cool stuff with the doc data as well. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: An idea to improve foundations of documentation in clojure

2017-10-17 Thread James Reeves
A better place for this is on the var's metadata, which is where the docstring, arglist, etc. are already stored. On 17 October 2017 at 20:16, Sameer Rahmani wrote: > Hi all. > > First of all thanks all you guys because of Clojure/Clojurescript and all > the fantastic tools and libraries around

An idea to improve foundations of documentation in clojure

2017-10-17 Thread Sameer Rahmani
Hi all. First of all thanks all you guys because of Clojure/Clojurescript and all the fantastic tools and libraries around it. Certainly Clojure documentation needs an improvement. But to be honest there is no good tool in the community of Clojure or even any other communities to do that. Any