(declare info) (defmacro smiple [the-ns & body] `(let [the-ns# ~the-ns] (require the-ns#) (binding [info @(ns-resolve the-ns# 'info)] ~@body))) (smiple 'clojure.contrib.logging info)