Re: Library's requirements and namespace name

2009-01-01 Thread Stephen C. Gilardi
On Jan 1, 2009, at 9:31 PM, samppi wrote: Let's say that I have a parser library--let's call it FnParse--that I want to share with the world and let others use. If it requires another library, say, clojure.contrib.test-is, is there a way for me to indicate that that library is required? Or is t

Library's requirements and namespace name

2009-01-01 Thread samppi
Let's say that I have a parser library--let's call it FnParse--that I want to share with the world and let others use. If it requires another library, say, clojure.contrib.test-is, is there a way for me to indicate that that library is required? Or is the only thing I may do is indicate it in the