Created
July 6, 2018 21:19
-
-
Save bhb/c121191c61453bec850a61cc428a109e to your computer and use it in GitHub Desktop.
User-friendly REPL example
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
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