Liking cljdoc? Tell your friends :D

std.lang.base.workspace


emit-moduleclj

(emit-module)
(emit-module lang-or-rt)
(emit-module lang-or-rt module-id)

emits the entire module

emits the entire module
raw docstring

emit-ptrclj

(emit-ptr ptr & [opts])

emits the poiner as a string

emits the poiner as a string
raw docstring

intern-macrosclj

(intern-macros lang ns & [module-id library merge-op])

interns all macros from one namespace to another

interns all macros from one namespace to another
raw docstring

module-entriesclj

(module-entries lang ns pred)

gets all module entries

(w/module-entries :xtalk 'xt.lang.base-lib identity) => coll?

gets all module entries

(w/module-entries :xtalk 'xt.lang.base-lib identity)
=> coll?
raw docstring

(print-module)
(print-module lang-or-rt)

emits and prints out the module

(std.print/with-out-str (w/print-module (l/rt 'xt.lang.base-lib :xtalk))) => string?

emits and prints out the module

(std.print/with-out-str
  (w/print-module (l/rt 'xt.lang.base-lib :xtalk)))
=> string?
raw docstring

ptr-clipclj

(ptr-clip ptr)

copies pointer text to clipboard

copies pointer text to clipboard
raw docstring

ptr-display-strclj

(ptr-display-str ptr)

copies pointer text to clipboard

copies pointer text to clipboard
raw docstring

ptr-printclj

(ptr-print ptr)

copies pointer text to clipboard

copies pointer text to clipboard
raw docstring

ptr-setupclj

(ptr-setup ptr)

calls setup on a pointer

calls setup on a pointer
raw docstring

ptr-setup-depsclj

(ptr-setup-deps ptr)

calls setup on a pointer and all dependencies

calls setup on a pointer and all dependencies
raw docstring

ptr-teardownclj

(ptr-teardown ptr)

calls teardown on a pointer

calls teardown on a pointer
raw docstring

ptr-teardown-depsclj

(ptr-teardown-deps ptr)

calls teardown on pointer all dependencies

calls teardown on pointer all dependencies
raw docstring

rt-resolveclj

(rt-resolve lang-or-rt)

resolves an rt given keyword

resolves an rt given keyword
raw docstring

rt:innerclj

(rt:inner)
(rt:inner lang & [ns])

gets the inner client for a shared runtime

gets the inner client for a shared runtime
raw docstring

rt:moduleclj

(rt:module lang-or-rt)

gets the book module for a runtime

gets the book module for a runtime
raw docstring

rt:module-metaclj

(rt:module-meta lang-or-rt)

gets the book module for a runtime

gets the book module for a runtime
raw docstring

rt:module-purgeclj

(rt:module-purge)
(rt:module-purge lang-or-rt)

purges the current workspace

purges the current workspace
raw docstring

rt:restartclj

(rt:restart)
(rt:restart lang & [ns])

restarts the shared runtime

restarts the shared runtime
raw docstring

rt:scaffoldclj

(rt:scaffold lang)
(rt:scaffold rt module-id)

rt:scaffold-importsclj

(rt:scaffold-imports lang)
(rt:scaffold-imports rt module-id)

rt:scaffold-toclj

(rt:scaffold-to lang)
(rt:scaffold-to rt module-id)

rt:setupclj

(rt:setup lang)
(rt:setup rt module-id)

rt:setup-singleclj

(rt:setup-single lang)
(rt:setup-single rt module-id)

rt:setup-toclj

(rt:setup-to lang)
(rt:setup-to rt module-id)

rt:teardownclj

(rt:teardown lang)
(rt:teardown rt module-id)

rt:teardown-atclj

(rt:teardown-at lang)
(rt:teardown-at rt module-id)

rt:teardown-singleclj

(rt:teardown-single lang)
(rt:teardown-single rt module-id)

rt:teardown-toclj

(rt:teardown-to lang)
(rt:teardown-to rt module-id)

sym-entryclj

(sym-entry lang sym)

gets the entry using a symbol

gets the entry using a symbol
raw docstring

sym-pointerclj

(sym-pointer lang sym)

converts to a pointer map

converts to a pointer map
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close