(ns where-is) (def a-symbol 'where-am-i) a-symbol ;=> where-am-i (resolve 'a-symbol) ;=> #'where-is/a-symbol `a-symbol ;=> where-is/a-symbol