Created
February 8, 2019 14:01
-
-
Save stuarthalloway/081cd8ab00b433312083cffa9637a6fb to your computer and use it in GitHub Desktop.
What Clojure errors look like
This file contains hidden or 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
(let [a 1 b]) | |
Syntax error macroexpanding clojure.core/let at (REPL:5:1). | |
[a 1 b] - failed: even-number-of-forms? at: [:bindings] spec: :clojure.core.specs.alpha/bindings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment