global
global=
freeze-global!
has-global?
bind-global!
del-global!
def
with-global
defn
let-fn
fn-name
arg-limits
min-args
max-args
fn0
fn1
no-op
identity
fn-yields?
coro-state
coro-run
coro-finish!
load
require
eval
eval-multi
load-str
expand
expand-multi
expand-1
macro
macro=
has-macro?
bind-macro!
del-macro!
defmacro
(def name init) name: a sym init: any type returns #n
A shorthand for bind-global!.
(def name init) is equivalent to (bind-global! 'name init).
(def name init)
(bind-global! 'name init)