Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created August 27, 2010 13:26
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 jcromartie/f94f54d3801be0d7939a to your computer and use it in GitHub Desktop.
Save jcromartie/f94f54d3801be0d7939a to your computer and use it in GitHub Desktop.
(defn update-historic
[b f & args]
(conj b (apply f b args)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment