clojure icon indicating copy to clipboard operation
clojure copied to clipboard

clojure.repl functions

Open practicalli-johnny opened this issue 3 years ago • 0 comments

Useful functions from the clojure.repl namespace

  • doc - show the doc-string of a fuction
  • source - show the source of a function
  • pst - print a nice stack trace - https://clojuredocs.org/clojure.repl/pst

practicalli-johnny avatar Apr 07 '22 17:04 practicalli-johnny