Skip to content

Instantly share code, notes, and snippets.

@amalloy
Created March 16, 2011 23:04
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 amalloy/6f6d7f5811c232c93c25 to your computer and use it in GitHub Desktop.
Save amalloy/6f6d7f5811c232c93c25 to your computer and use it in GitHub Desktop.
(macro-do [name pos] `(def ~name #(nth % ~pos))
third 2
fourth 3
fifth 4)
#'amalloy.utils.macro/fifth
amalloy.utils.macro=> (third (range))
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment