(emit-module)(emit-module lang-or-rt)(emit-module lang-or-rt module-id)emits the entire module
emits the entire module
(emit-ptr ptr & [opts])emits the poiner as a string
emits the poiner as a string
(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
(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?
(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?
(ptr-clip ptr)copies pointer text to clipboard
copies pointer text to clipboard
(ptr-display-str ptr)copies pointer text to clipboard
copies pointer text to clipboard
(ptr-print ptr)copies pointer text to clipboard
copies pointer text to clipboard
(ptr-setup-deps ptr)calls setup on a pointer and all dependencies
calls setup on a pointer and all dependencies
(ptr-teardown ptr)calls teardown on a pointer
calls teardown on a pointer
(ptr-teardown-deps ptr)calls teardown on pointer all dependencies
calls teardown on pointer all dependencies
(rt-resolve lang-or-rt)resolves an rt given keyword
resolves an rt given keyword
(rt:inner)(rt:inner lang & [ns])gets the inner client for a shared runtime
gets the inner client for a shared runtime
(rt:module lang-or-rt)gets the book module for a runtime
gets the book module for a runtime
(rt:module-meta lang-or-rt)gets the book module for a runtime
gets the book module for a runtime
(rt:module-purge)(rt:module-purge lang-or-rt)purges the current workspace
purges the current workspace
(rt:restart)(rt:restart lang & [ns])restarts the shared runtime
restarts the shared runtime
(rt:scaffold lang)(rt:scaffold rt module-id)(rt:scaffold-imports lang)(rt:scaffold-imports rt module-id)(rt:scaffold-to lang)(rt:scaffold-to rt module-id)(rt:setup lang)(rt:setup rt module-id)(rt:setup-single lang)(rt:setup-single rt module-id)(rt:setup-to lang)(rt:setup-to rt module-id)(rt:teardown lang)(rt:teardown rt module-id)(rt:teardown-at lang)(rt:teardown-at rt module-id)(rt:teardown-single lang)(rt:teardown-single rt module-id)(rt:teardown-to lang)(rt:teardown-to rt module-id)(sym-entry lang sym)gets the entry using a symbol
gets the entry using a symbol
(sym-pointer lang sym)converts to a pointer map
converts to a pointer map
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |