Namespace: joker.repl
v1.0Contents
Summary
Utilities meant to be used interactively at the REPL.
Index
Legend
-
Constant
Variable
Function
Macro
Special form
Type
GoVar
Receiver/Method
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
(None.)
Variables
-
(None.)
Functions, Macros, and Special Forms
-
apropos
Function v1.0(apropos str-or-pattern)
Given a regular expression or stringable thing, return a seq of all
source
public definitions in all currently-loaded namespaces that match the
str-or-pattern. -
dir
Macro v1.0(dir nsname)
Prints a sorted directory of public vars in a namespace
source -
dir-fn
Function v1.0(dir-fn ns)
Returns a sorted seq of symbols naming public vars in
source
a namespace or namespace alias. Looks for aliases in *ns* -
doc
Macro v1.0(doc name)
Prints documentation for a var, type, or special form given its name;
source
or, for the expression (that is evaluated) expressed as a list, as
in '(doc (type (+ 1 1))'.
Types
-
(None.)