load

added
1.0

ns
clojure.core

type
function

(load & paths)

Loads Clojure code from resources in classpath. A path is interpreted as
classpath-relative if it begins with a slash or relative to the root
directory for the current namespace otherwise.

                ;; file located at src/address_book/core.clj

(load "address_book/core")