Liking cljdoc? Tell your friends :D

clojure-hadoop.load


load-nameclj

(load-name s)

Loads and returns the value of a namespace-qualified string naming a symbol. If the namespace is not currently loaded it will be require'd.

Loads and returns the value of a namespace-qualified string naming
a symbol.  If the namespace is not currently loaded it will be
require'd.
sourceraw docstring

load-or-valueclj

(load-or-value s)

If the value provided is something that can be loaded, it will; otherwise returns the value passed in.

If the value provided is something that can be loaded,
it will; otherwise returns the value passed in.
sourceraw docstring

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

× close