Liking cljdoc? Tell your friends :D

clojure.java.browse

Start a web browser from Clojure

Start a web browser from Clojure
raw docstring

clojure.java.browse-ui

Helper namespace for clojure.java.browse. Prevents console apps from becoming GUI unnecessarily.

Helper namespace for clojure.java.browse.
Prevents console apps from becoming GUI unnecessarily.
raw docstring

No vars found in this namespace.

clojure.java.io

This file defines polymorphic I/O utility functions for Clojure.

This file defines polymorphic I/O utility functions for Clojure.
raw docstring

clojure.java.math

Clojure wrapper functions for java.lang.Math static methods.

Function calls are inlined for performance, and type hinted for primitive long or double parameters where appropriate. In general, Math methods are optimized for performance and have bounds for error tolerance. If greater precision is needed, use java.lang.StrictMath directly instead.

For more complete information, see: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html

Clojure wrapper functions for java.lang.Math static methods.

Function calls are inlined for performance, and type hinted for primitive
long or double parameters where appropriate. In general, Math methods are
optimized for performance and have bounds for error tolerance. If
greater precision is needed, use java.lang.StrictMath directly instead.

For more complete information, see:
https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html
raw docstring

clojure.java.shell

Conveniently launch a sub-process providing its stdin and collecting its stdout

Conveniently launch a sub-process providing its stdin and
collecting its stdout
raw docstring

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

× close