Skip to content
jafingerhut edited this page May 2, 2012 · 7 revisions

There are three main features available in the browser interface:

  • Browse through a list of namespaces and symbols within them such as functions, macros, and imported Java classes. Selecting an individual symbol shows information about it such as built-in Clojure documentation (also known as "doc strings"), source code, examples from ClojureDocs.org, and/or the value of the symbol.

  • Search for all namespaces or symbols whose names match a pattern specified by a regular expression. As an option, this search can include not only the symbol names, but also search for matches in their doc strings. This is similar to apropos and find-doc at the Clojure REPL, except it can be limited to an arbitrary selected set of namespaces. Also when you see the search results, the other information about symbols described above is only a click away.

  • Start and stop tracing of individual functions, or all within a namespace. Also load namespaces that are available in the JVM's classpath, but not currently loaded.

Clone this wiki locally