Standard Library

(boolean) and or xor not boolean?

(list) empty? map fold reverse filter find append elem? length index take-while drop-while first rest last prefix? flatten

(alist) lookup extend delete

(env) env? export sandbox unbind unshadow

(arith) abs add > >= < <= multiply divide remainder

(misc) itoa

"Fun"
fun
Intrinsics-Wrappers
head tail prepend list? symbol? macro? number? equal? subtract sign macro eval if raise catch
"Small"
literal list bind env let choose bind-args
Intrinsics
@head @tail @prepend @list? @symbol? @macro? @number? @equal? @subtract @sign @macro @eval @if @raise @catch