Skip to content

Instantly share code, notes, and snippets.

(defn commatize [n]
(if n
(->> n
str
reverse
(partition-all 3)
(interpose \,)
flatten
reverse
         (apply str))
GET /play-opensocial/ HTTP/1.1
Host: banana.platogo.com:3738
Accept: */*