Liking cljdoc? Tell your friends :D
Clojure only.

hara.expression.load


loadclj

(load m)
(load m init)

Seeds an initial map using forms

(load {:a 1} [:b '(inc (:a %)) :c '(+ (:a %) (:b %))]) => {:a 1 :b 2 :c 3}

Seeds an initial map using forms

(load {:a 1} [:b '(inc (:a %))
              :c '(+ (:a %) (:b %))])
=> {:a 1 :b 2 :c 3}
raw docstring

load-singleclj

(load-single m [k form])

Perform a single step in the load process

Perform a single step in the load process
raw docstring

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

× close