Liking cljdoc? Tell your friends :D

clj-java-decompiler.core


decompilecljmacro

(decompile form)

Decompile the form into Java and print it to stdout. Form shouldn't be quoted.

Decompile the form into Java and print it to stdout. Form shouldn't be quoted.
raw docstring

decompile-formclj

(decompile-form options form)

Decompile the given form and print the result to stdout. :decompiler in options controls which decompiler to use - :java or :bytecode.

Decompile the given form and print the result to stdout. `:decompiler` in
`options` controls which decompiler to use - `:java` or `:bytecode`.
raw docstring

disassemblecljmacro

(disassemble form)

Disassemble the form into Java bytecode (analogous to javap) and print it to stdout. Form shouldn't be quoted.

Disassemble the form into Java bytecode (analogous to `javap`) and print it to
stdout. Form shouldn't be quoted.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close