Skip to content

Instantly share code, notes, and snippets.

@dryman
Created September 10, 2013 23:29
Show Gist options
  • Save dryman/6517197 to your computer and use it in GitHub Desktop.
Save dryman/6517197 to your computer and use it in GitHub Desktop.
(defn my-awesome-function [arg1 arg2 & children]
(fn [event]
; process event with arg1, arg2, and generate my-modified-event
(call-rescue my-modified-event children)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment