Created
December 28, 2016 23:03
-
-
Save noisesmith/d2473fc790d56e53a68ccf9f37761b6f to your computer and use it in GitHub Desktop.
weird lein repl printing behavior with some errors
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
(ins)user=> ({1 2 3} 3) | |
RuntimeException Map literal must contain an even number of forms clojure.lang.Util.runtimeException (Util.java:221) | |
3 | |
RuntimeException Unmatched delimiter: ) clojure.lang.Util.runtimeException (Util.java:221) | |
(ins)user=> 2 | |
2 |
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
kingfisher.core=> ({1 2 3 4 5} 3) | |
RuntimeException Map literal must contain an even number of forms clojure.lang.Util.runtimeException (Util.java:221) | |
RuntimeException Unmatched delimiter: ) clojure.lang.Util.runtimeException (Util.java:221) | |
kingfisher.core=> 2 | |
32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment