Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 783 Bytes

Clojure Namespace.md

File metadata and controls

29 lines (26 loc) · 783 Bytes

The Clojure Namespace

The goal of this section is to give a quick overview of the different modules in the clojure namespace.

  • clojure.core: Provides the data types and functions presented in this document.
  • clojure.core.async
  • clojure.core.logic
  • clojure.data
  • clojure.edn
  • clojure.inspector
  • clojure.instant
  • clojure.java.browse
  • clojure.java.io
  • clojure.java.javadoc
  • clojure.java.shell
  • clojure.main
  • clojure.pprint
  • clojure.reflect
  • clojure.repl
  • clojure.set
  • clojure.stacktrace
  • clojure.string
  • clojure.template
  • clojure.test
  • clojure.walk
  • clojure.xml:
  • clojure.zip: Zippers: A data structure to walk and manipulate a hierarchical data structure with functional languages.

See ClojureDocs for more details.