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

  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
      went with into and its much better, thanks all!
      oh my god twitter doesn’t include alt text from images in their API
    2. …in reply to @ra
      i have something working with vec and concat but it generates needless garbage…