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