Skip to content

Instantly share code, notes, and snippets.

@adreyer
Created February 5, 2016 19:34
Show Gist options
  • Save adreyer/13b6f9e770ac9d85e9c3 to your computer and use it in GitHub Desktop.
Save adreyer/13b6f9e770ac9d85e9c3 to your computer and use it in GitHub Desktop.
(try+
(+ 1 0)
(catch "foo" e
e))
(try+ (+ 1 0)
(catch "foo" e
e))
(try
(+ 1 0)
(catch "foo" e
e))
(try (+ 1 0)
(catch "foo" e
e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment