ra’s avatarra’s Twitter Archive—№ 28,330

    1. clojure friends: i want (foo :a :b :c) → [:z [:x :a :b :c]] or even (foo [:a :b :c]) → [:z [:x :a :b :c]] whats the best way to do that?
  1. …in reply to @ra
    i have something working with vec and concat but it generates needless garbage…