add function clojure.tools.namespace.track Returns an updated dependency tracker w... add-files function clojure.tools.namespace.file Reads ns declarations from files; return...
clear function clojure.tools.namespace.repl Clears all state from the namespace/file... clj var clojure.tools.namespace.find Platform definition of file extensions a... clj-read-opts var clojure.tools.namespace.parse Map of options for tools.reader/read al... cljs var clojure.tools.namespace.find Platform definition of file extensions a... cljs-read-opts var clojure.tools.namespace.parse Map of options for tools.reader/read al... clojure-extensions var clojure.tools.namespace.file File extensions for Clojure (JVM) files.. clojure-file? function clojure.tools.namespace.file Returns true if the java.io.File represe... clojure-source-file? function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... clojure-sources-in-jar function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... clojure-sources-in-jar function clojure.tools.namespace.find DEPRECATED: replaced by sources-in-jar ... clojurescript-extensions var clojure.tools.namespace.file File extensions for ClojureScript files.. clojurescript-file? function clojure.tools.namespace.file Returns true if the java.io.File represe... comment? function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... comment? function clojure.tools.namespace.parse Returns true if form is a (comment ...).
depend function clojure.tools.namespace.dependency Returns a new graph with a depende... DependencyGraph protocol clojure.tools.namespace.dependency DependencyGraphUpdate protocol clojure.tools.namespace.dependency dependent? function clojure.tools.namespace.dependency True if y is a dependent of x.. depends? function clojure.tools.namespace.dependency True if x is directly or transitiv... deps-from-ns-decl function clojure.tools.namespace.parse Given an (ns...) declaration form (unev... disable-reload! function clojure.tools.namespace.repl Adds metadata to namespace (or *ns* if u... disable-unload! function clojure.tools.namespace.repl Adds metadata to namespace (or *ns* if u...
file-with-extension? function clojure.tools.namespace.file Returns true if the java.io.File represe... find-clojure-sources-in-dir function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... find-clojure-sources-in-dir function clojure.tools.namespace.find DEPRECATED: replaced by find-sources-in-... find-namespaces function clojure.tools.namespace.find Searches a sequence of java.io.File obje... find-namespaces-in-dir function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... find-namespaces-in-dir function clojure.tools.namespace.find Searches dir recursively for (ns ...) de... find-namespaces-in-jarfile function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... find-namespaces-in-jarfile function clojure.tools.namespace.find Searches the JAR file for platform sourc... find-namespaces-on-classpath function clojure.tools.namespace DEPRECATED; use clojure.tools.namespace.find/... find-ns-decls function clojure.tools.namespace.find Searches a sequence of java.io.File obje... find-ns-decls-in-dir function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... find-ns-decls-in-dir function clojure.tools.namespace.find Searches dir recursively for (ns ...) de... find-ns-decls-in-jarfile function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... find-ns-decls-in-jarfile function clojure.tools.namespace.find Searches the JAR file for source files c... find-ns-decls-on-classpath function clojure.tools.namespace DEPRECATED; use clojure.tools.namespace.find/... find-sources-in-dir function clojure.tools.namespace.find Searches recursively under dir for sourc...
graph function clojure.tools.namespace.dependency Returns a new, empty, dependency g...
immediate-dependencies function clojure.tools.namespace.dependency Returns the set of immediate depen... immediate-dependents function clojure.tools.namespace.dependency Returns the set of immediate depen...
->MapDependencyGraph function clojure.tools.namespace.dependency Positional factory function for cl... map->MapDependencyGraph function clojure.tools.namespace.dependency Factory function for class clojure... MapDependencyGraph record clojure.tools.namespace.dependency move-ns function clojure.tools.namespace.move ALPHA: subject to change. Moves the .clj... move-ns-file function clojure.tools.namespace.move ALPHA: subject to change. Moves the .clj...
name-from-ns-decl function clojure.tools.namespace.parse Given an (ns...) declaration form (unev... nodes function clojure.tools.namespace.dependency Returns the set of all nodes in gr... ns-decl? function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... ns-decl? function clojure.tools.namespace.parse Returns true if form is a (ns ...) decl...
read-file-ns-decl function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... read-file-ns-decl function clojure.tools.namespace.file Attempts to read a (ns ...) declaration ... read-ns-decl function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... read-ns-decl function clojure.tools.namespace.parse Attempts to read a (ns ...) declaration... read-ns-decl-from-jarfile-entry function clojure.tools.namespace DEPRECATED; moved to clojure.tools.namespace.... read-ns-decl-from-jarfile-entry function clojure.tools.namespace.find Attempts to read a (ns ...) declaration ... refresh function clojure.tools.namespace.repl Scans source code directories for files ... refresh-all function clojure.tools.namespace.repl Scans source code directories for all Cl... refresh-scanned function clojure.tools.namespace.repl Reloads namespaces in dependency order. ... remove function clojure.tools.namespace.track Returns an updated dependency tracker f... remove-all function clojure.tools.namespace.dependency Returns a new dependency graph wit... remove-edge function clojure.tools.namespace.dependency Returns a new graph with the depen... remove-files function clojure.tools.namespace.file Returns an updated dependency tracker wi... remove-lib function clojure.tools.namespace.reload Remove lib's namespace and remove lib ... remove-node function clojure.tools.namespace.dependency Removes the node from the dependen... replace-ns-symbol function clojure.tools.namespace.move ALPHA: subject to change. Given Clojure ...
scan function clojure.tools.namespace.dir DEPRECATED: replaced by scan-dirs. Scans... scan function clojure.tools.namespace.repl Scans directories for files which have c... scan-all function clojure.tools.namespace.dir DEPRECATED: replaced by scan-dirs. Scans... scan-dirs function clojure.tools.namespace.dir Scans directories for files which have ch... scan-files function clojure.tools.namespace.dir Scans files to find those which have chan... set-refresh-dirs function clojure.tools.namespace.repl Sets the directories which are scanned b... sources-in-jar function clojure.tools.namespace.find Returns a sequence of source file names ...
topo-comparator function clojure.tools.namespace.dependency Returns a comparator fn which prod... topo-sort function clojure.tools.namespace.dependency Returns a topologically-sorted lis... track-reload function clojure.tools.namespace.reload Executes all pending unload/reload ope... track-reload-one function clojure.tools.namespace.reload Executes the next pending unload/reloa... tracker function clojure.tools.namespace.track Returns a new, empty dependency tracker. transitive-dependencies function clojure.tools.namespace.dependency Returns the set of all things whic... transitive-dependencies-set function clojure.tools.namespace.dependency Returns the set of all things whic... transitive-dependents function clojure.tools.namespace.dependency Returns the set of all things whic... transitive-dependents-set function clojure.tools.namespace.dependency Returns the set of all things whic...