;; Benchmark: 890ns ;; Benchmark-Repeat: 2258 (do (def p (fn [conf] (do (def [str s] conf) (def [f ss] s) ["Symbol:" str "field:" f "id:" ss] ) ) ) (p ["btc" [:close "cls"]]) )