io.jesi.backpack.clojure

add-shutdown-hook

macro

(add-shutdown-hook & body)

Adds a shutdown hook using java.lang.Runtime.addShutdownHook. Returns the created Thread

add-shutdown-hook-fn

(add-shutdown-hook-fn f)

Adds a shutdown hook using java.lang.Runtime.addShutdownHook. Takes a function f, and returns the created Thread

defkw-type

(defkw-type type kw & args)

java->clj

(java->clj j)(java->clj j key-fn)

Transforms Java to Clojure. Converting keys to kebab-case keywords by default

pprint-str

(pprint-str object)

pprint-str-code

(pprint-str-code object)