Created
January 20, 2023 18:44
-
-
Save yvern/0390f934d106b45ddbfc7beddeda35c9 to your computer and use it in GitHub Desktop.
Break clojure compilation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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