Skip to content

Instantly share code, notes, and snippets.

@robinkraft
Created February 14, 2012 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinkraft/1829381 to your computer and use it in GitHub Desktop.
Save robinkraft/1829381 to your computer and use it in GitHub Desktop.
csv-ify some ints and a vector
(let [lat 90
lon -180
series [1 2 3]
j (partial join ",")]
(j [lat (j [lon (j series)])]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment