Skip to content

Instantly share code, notes, and snippets.

@swlkr
Created January 15, 2017 17:23
Show Gist options
  • Save swlkr/bc0797e7e1c8d1863761b12d6946a379 to your computer and use it in GitHub Desktop.
Save swlkr/bc0797e7e1c8d1863761b12d6946a379 to your computer and use it in GitHub Desktop.
(defn maps [sep contents]
(let [lines (lines sep contents)
cols (first lines)
rows (rest lines)]
(map (partial zipmap cols) rows)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment