Clojure China

Learn Clojure - Syntax、Test your knowledgeNo4. 疑问

clojure
#1
  1. Using find-doc , find the function that prints the stack trace of the most recent REPL exception.

这道题咋做?

(find-doc "stack trace")

这样么?

#2

貌似是