Skip to content

Instantly share code, notes, and snippets.

@w01fe
Created May 1, 2013 18:14
Show Gist options
  • Save w01fe/5497084 to your computer and use it in GitHub Desktop.
Save w01fe/5497084 to your computer and use it in GitHub Desktop.
(eval `(fn positional-graph#
~arg-keywords
(let ~(vec (interleave (vals value-syms) function-calls))
(new ~(def-graph-record g)
~@(->> g pfnk/output-schema keys (map value-syms))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment