Re: Help locating library for docstring, attr-map parsing in macros

2009-10-16 Thread Garth Sheldon-Coulson
Yes, thanks! On Fri, Oct 16, 2009 at 9:48 AM, James Reeves wrote: > > Could you be thinking of clojure.contrib.def/name-with-attributes ? > > On Oct 16, 1:20 pm, Garth Sheldon-Coulson wrote: > > Hi All, > > > > The other day when browsing the web I came across a library that I can't > > locate a

Re: Help locating library for docstring, attr-map parsing in macros

2009-10-16 Thread James Reeves
Could you be thinking of clojure.contrib.def/name-with-attributes ? On Oct 16, 1:20 pm, Garth Sheldon-Coulson wrote: > Hi All, > > The other day when browsing the web I came across a library that I can't > locate anymore. > > The library is an aid for macro-writing. It automates the simple but >

Help locating library for docstring, attr-map parsing in macros

2009-10-16 Thread Garth Sheldon-Coulson
Hi All, The other day when browsing the web I came across a library that I can't locate anymore. The library is an aid for macro-writing. It automates the simple but annoying task of parsing optional attr-maps and docstrings for passing to defn, etc. Could someone jog my memory as to who wrote i