Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # clojure lib - [[java.data]] A [[lib]] is a source file located at a path that corresponds to a symbolic name. By convention, a lib creates a namespace of the same symbolic name. The [[require]] function loads a lib by its symbolic name and ensures switch back to namespace before the load. <code clojure> (in-ns 'foo) (require 'clojure.java.io) ; loads clojure/java/io.clj ; ... foo is still current namespace </code> open/clojure-lib.txt Last modified: 2024/10/05 06:15by 127.0.0.1