Liking cljdoc? Tell your friends :D

dar.container

Examples: (application app)

(define :a 1) (define :b 2)

(define :ab :args [:a :b] :fn +)

(evaluate (start app) :ab) => 3

Examples:
(application app)

(define :a 1)
(define :b 2)

(define :ab
:args [:a :b]
:fn +)

(evaluate (start app) :ab) => 3
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close