How can I examine the JVM bytecode for a clojure function?

Viewed 1852

In trying to optimize C and LISP, looking at the assembler code output by the compiler can be a great help.

Clojure presumably compiles to a JVM bytecode that would be equally helpful.

How do I see it?

3 Answers
Related