Skip to content

Instantly share code, notes, and snippets.

@noisesmith
Created December 28, 2016 23:03
Show Gist options
  • Save noisesmith/d2473fc790d56e53a68ccf9f37761b6f to your computer and use it in GitHub Desktop.
Save noisesmith/d2473fc790d56e53a68ccf9f37761b6f to your computer and use it in GitHub Desktop.
weird lein repl printing behavior with some errors
(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
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