(get-entry {:keys [lang id module section library runtime] :as ptr})gets the library entry given pointer
gets the library entry given pointer
(ptr-deref ptr)gets the entry or the free pointer data
gets the entry or the free pointer data
(ptr-display {:keys [lang form id module section library] :as ptr} meta)emits the display string for pointer
emits the display string for pointer
(ptr-intern ns
name
{:keys [lang id module section form template standalone] :as m})interns the symbol into the workspace environment
interns the symbol into the workspace environment
(ptr-invoke rt raw-eval body main json)invokes the pointer
invokes the pointer
(ptr-invoke-meta {:keys [library] :as ptr} {:keys [module emit] :as meta})prepares the meta for a pointer
prepares the meta for a pointer
(ptr-invoke-script ptr args meta)emits a script with dependencies
emits a script with dependencies
(ptr-invoke-string ptr args meta)emits the invoke string
emits the invoke string
(ptr-output out json)output types for embedded return values
output types for embedded return values
(ptr-output-json out)extracetd function from ptr-output
extracetd function from ptr-output
(ptr-tag ptr tag)creates a tag for the pointer
creates a tag for the pointer
(rt-macro-opts lang-or-runtime)creates the default macro-opts for a runtime
creates the default macro-opts for a runtime
(with:clip & body)form to control clip option
form to control `clip` option
(with:input & body)form to control input option
form to control `input` option
(with:print & body)form to control print option
form to control `print` option
(with:print-all & body)toggles print for all intermediate steps
toggles print for all intermediate steps
(with:raw & body)form to control raw option
form to control `raw` option
(with:rt [rt] & body)forcibly applies a runtime
forcibly applies a runtime
(with:rt-wrap [f] & body)wraps an additional function to the invoke function
wraps an additional function to the invoke function
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 |