Skip to content

Instantly share code, notes, and snippets.

@Gonzih
Created February 23, 2015 12:48
Show Gist options
  • Save Gonzih/1053c381e9ab8b192d33 to your computer and use it in GitHub Desktop.
Save Gonzih/1053c381e9ab8b192d33 to your computer and use it in GitHub Desktop.
(set-env!
:src-paths #{"src"})
(deftask halp
"well..."
[]
(fn [continue]
(prn continue)
(fn [event]
(continue event)
(prn event))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment