Liking cljdoc? Tell your friends :D

cli-matic.platform

Platform-specific functions for the JVM.

If running on ClojureScript, we can have a different file for JS.

BTW, in this NS, we avoid using Spec / Orchestra.

## Platform-specific functions for the JVM.

If running on ClojureScript, we can have a different file for JS.

BTW, in this NS, we avoid using Spec / Orchestra.

raw docstring

add-shutdown-hookclj

(add-shutdown-hook fnToCallOnShutdown)

Add a shutdown hook. If nil, simply ignores it.

The shutdown hook is run in a new thread.

Add a shutdown hook. If `nil`, simply ignores it.

The shutdown hook is run in a new thread.

sourceraw docstring

exit-scriptclj

(exit-script retval)

Terminates execution with a return value.

Terminates execution with a return value.
sourceraw docstring

read-envclj

(read-env var)

Reads an environment variable. If undefined, returns nil.

Reads an environment variable.
If undefined, returns nil.
sourceraw docstring

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

× close