Skip to content

Instantly share code, notes, and snippets.

@eatonphil
Created January 5, 2017 01:33
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 eatonphil/3224357f459328f5d9ae7ddc93df2a9d to your computer and use it in GitHub Desktop.
Save eatonphil/3224357f459328f5d9ae7ddc93df2a9d to your computer and use it in GitHub Desktop.
`#hash(["issue" . ,handle-issue]
["message" . ,handle-message]
["notification" . ,handle-notification])
(make-immutable-hash ([cons "issue" handle-issue]
[cons "message" handle-message]
[cons "notification" handle-notification]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment