On Mar 4, 2009, at 11:46 PM, Chouser wrote:

Adding an :all option as Steve suggests would clean this up even more:

 (ns util
   (:use [really.long.namespace.util :as util :all]))

I looked into this further after suggesting it and was reminded that it would be difficult to support an option like :all that takes no argument. Within a libspec, everything after the first item is a sequential keyword and value.

I think :exclude () for that unusual case would be just fine.

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to