Liking cljdoc? Tell your friends :D

clojure.browser.event

This namespace contains functions to work with browser events. It is based on the Google Closure Library event system.

This namespace contains functions to work with browser
events.  It is based on the Google Closure Library event system.
raw docstring

clojure.browser.net

Network communication library, wrapping goog.net. Includes a common API over XhrIo, CrossPageChannel, and Websockets.

Network communication library, wrapping goog.net.
Includes a common API over XhrIo, CrossPageChannel, and Websockets.
raw docstring

clojure.browser.repl

Receive - Eval - Print - Loop

Receive a block of JS (presumably generated by a ClojureScript compiler) Evaluate it naively Print the result of evaluation to a string Send the resulting string back to the server Loop!

Receive - Eval - Print - Loop

Receive a block of JS (presumably generated by a ClojureScript compiler)
Evaluate it naively
Print the result of evaluation to a string
Send the resulting string back to the server Loop!
raw docstring

clojure.set

Set operations such as union/intersection.

Set operations such as union/intersection.
raw docstring

clojure.walk

This file defines a generic tree walker for Clojure data structures. It takes any data structure (list, vector, map, set, seq), calls a function on every element, and uses the return value of the function in place of the original. This makes it fairly easy to write recursive search-and-replace functions, as shown in the examples.

Note: "walk" supports all Clojure data structures EXCEPT maps created with sorted-map-by. There is no (obvious) way to retrieve the sorting function.

This file defines a generic tree walker for Clojure data
structures.  It takes any data structure (list, vector, map, set,
seq), calls a function on every element, and uses the return value
of the function in place of the original.  This makes it fairly
easy to write recursive search-and-replace functions, as shown in
the examples.

Note: "walk" supports all Clojure data structures EXCEPT maps
created with sorted-map-by.  There is no (obvious) way to retrieve
the sorting function.
raw docstring

clojure.zip

Functional hierarchical zipper, with navigation, editing, and enumeration. See Huet

Functional hierarchical zipper, with navigation, editing,
and enumeration.  See Huet
raw docstring

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

× close