Re: Can we please deprecate the :use directive ?

2013-07-26 Thread greenh
A couple thoughts, my own 2-cents-worth. First, I think I’m seeing an entirely legitimate concern being expressed by some developers that :use complicates life in their shops. Contrariwise, there’s clearly a set of developers who are in environments where :use feels very natural, and is of cons

[ANN] CJD 0.1.0, a documentation technology for Clojure programs

2012-12-18 Thread greenh
nt a much more expressive alternative or supplement to docstrings. Ground zero for CJD is its home on GitHub <https://github.com/greenh/CJD>, which includes a FAQ <http://greenh.github.com/CJD/doc/FAQ.html> that provides a reasonably concise overview and rationale for CJD, and a us

Re: [ANN] CJD 0.1.0, a documentation technology for Clojure programs

2012-12-19 Thread greenh
S wrote: > > It sure looks very nice! > > … but doesn't your use of #_ preclude us from getting that doc-info in the > running system? > > In other words, how would you enhance the doc facility in the repl to > pickup your doc-meta-data in real-time? > &g