Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Created November 13, 2018 21:51
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 sogaiu/aaa2c34a92599bf5e9733b96e1a0a0d4 to your computer and use it in GitHub Desktop.
Save sogaiu/aaa2c34a92599bf5e9733b96e1a0a0d4 to your computer and use it in GitHub Desktop.
pprint not working in dbfbd785b9e18ed9f83996b2608169991b4ada76?
user=> (use 'clojure.pprint)
nil
user=> (pprint 1)
TypeLoadException Could not resolve type with token 01000027 (from typeref, class/assembly clojure.pprint.proxy$TextWriter$IDeref$PrettyFlush$AEF722B8$_COMP_clojure.pprint.pretty_writer.clj, clojure.pprint.pretty_writer.clj, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)
clojure/pprint$pretty_writer__24142.invoke (:0)
clojure/pprint$make_pretty_writer__24275.invokeStatic (:0)
clojure/pprint$make_pretty_writer__24275.invoke (:0)
clojure/pprint$pprint__24328.invokeStatic (:0)
clojure/pprint$pprint__24328.invoke (:0)
clojure/pprint$pprint__24328.invokeStatic (:0)
clojure/pprint$pprint__24328.invoke (:0)
user$eval__18304__18309.invokeStatic (:0)
user$eval__18304__18309.invoke (:0)
clojure.lang.Compiler.eval (:0)
clojure.lang.Compiler.eval (:0)
clojure/core$eval__3112.invokeStatic (:0)
clojure/core$eval__3112.invoke (:0)
arcadia/socket_repl$game_thread_evalfn__12464fn__12469__12481.invoke (:0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment