Skip to content

Instantly share code, notes, and snippets.

@ninjudd
Created September 24, 2010 14:36
Show Gist options
  • Select an option

  • Save ninjudd/595482 to your computer and use it in GitHub Desktop.

Select an option

Save ninjudd/595482 to your computer and use it in GitHub Desktop.
(deftask foo [{[a b c] :baz}]
(println "important code that depends on --baz" a b c))
;; in some other file
(deftask foo [{[a] :bar}]
(println "important extension that depends on --bar" a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment