Skip to content

Instantly share code, notes, and snippets.

@fogus
Created January 25, 2013 00:55
Show Gist options
  • Select an option

  • Save fogus/4630548 to your computer and use it in GitHub Desktop.

Select an option

Save fogus/4630548 to your computer and use it in GitHub Desktop.
Two patterns that I run into that I can't put a name to.
(set
(mapcat #(...
...
;; AND
(into {}
(map #(vector ...
@ericnormand
Copy link

@stuartsierra points out that what I called mapsoc already exists. It's called zipmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment