Skip to content

Instantly share code, notes, and snippets.

@sritchie
Created February 1, 2011 22:51
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 sritchie/806902 to your computer and use it in GitHub Desktop.
Save sritchie/806902 to your computer and use it in GitHub Desktop.
(defn all-months
"Returns a seq of the months inside of a rain array."
[^HeapByteBuffer buf]
(map #(take (* 360 720) (float-seqs %))
(for [i (range 12)] (extract-month i buf))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment