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