(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)

Generated by Phil Hagelberg using scpaste at Mon Oct 5 16:20:42 2009. PDT. (raw)