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.
;; Loading from root of the classpath, such as user namespace(nsuser)(load"/clojure/set");; nil;; Loading "clojure/xml.clj" from a relative location in the classpath ;; does not want the "/"(nsclojure.set)(load"xml");; nil