Skip to content

Instantly share code, notes, and snippets.

@bhb
Created July 6, 2018 21:19
Show Gist options
  • Save bhb/c121191c61453bec850a61cc428a109e to your computer and use it in GitHub Desktop.
Save bhb/c121191c61453bec850a61cc428a109e to your computer and use it in GitHub Desktop.
User-friendly REPL example
clj -Sdeps '{:deps {friendly {:git/url "https://gist.github.com/bhb/2686b023d074ac052dbc21f12f324f18" :sha "c6b0b7cb0a30e2edbf7050c0119ef038cf0f0ac2"}}}' -m friendly
user=> (let [:x 5] x)
Call to clojure.core/let did not conform to spec:
-- Spec failed --------------------
([:x 5] x)
^^
should satisfy
simple-symbol?
or
vector?
or
coll?
or
map?
-------------------------
Detected 1 error
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment