Skip to content

Instantly share code, notes, and snippets.

@stuarthalloway
Created February 8, 2019 14:01
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 stuarthalloway/081cd8ab00b433312083cffa9637a6fb to your computer and use it in GitHub Desktop.
Save stuarthalloway/081cd8ab00b433312083cffa9637a6fb to your computer and use it in GitHub Desktop.
What Clojure errors look like
(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