On May 26, 2009, at 11:33 PM, tsuraan wrote:
Is there an example of using :rename in a :use in the ns macro? I'm
trying to get it to work, but the best I can come up with is:
(ns namespace
(:use other-namespace :rename { :existing :newname }))
Here's the correct syntax:
(ns namespace
(:use [other-namespace :rename {existing newname}]))
--Steve
smime.p7s
Description: S/MIME cryptographic signature
