3

Clojureのドキュメントは次のとおりです。

clojure.core/time
([expr])
Macro
  Evaluates expr and prints the time it took.  Returns the value of
 expr.

Emacs Lispでこれを行う(半)標準的な方法はありますか?

4

1 に答える 1

5

Emacs Lisp Benchmarkをお試しください

于 2013-07-09T18:19:28.357 に答える