Skip to content

Instantly share code, notes, and snippets.

@yvern
Created January 20, 2023 18:44
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 yvern/0390f934d106b45ddbfc7beddeda35c9 to your computer and use it in GitHub Desktop.
Save yvern/0390f934d106b45ddbfc7beddeda35c9 to your computer and use it in GitHub Desktop.
Break clojure compilation
(defmacro dont
[& _]
(throw (ex-info "(╯°□°)╯︵ ┻━┻" {})))
(dont
(defn add [a b] (+ a b)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment