Completion for Clojure's special forms.
Completion for Clojure's special forms.
(candidates prefix _ context)
Returns list of completions for special forms.
Returns list of completions for special forms.
(doc symbol-str _)
Documentation function for special forms.
Documentation function for special forms.
(first-item-in-list? ctx)
If context is not nil, check if prefix is the first item in a list form.
If context is not nil, check if prefix is the first item in a list form.
(literal-candidates prefix _ __)
We define true
, false
, and nil
in a separate source because they are
not context-dependent (don't have to be first items in the list).
We define `true`, `false`, and `nil` in a separate source because they are not context-dependent (don't have to be first items in the list).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close