Skip to content

Stdlib Reference

Joshua Maxwell edited this page Nov 11, 2021 · 3 revisions
Function Explanation Example
null? lst returns whether or not the value of lst is null (null? '()) => t
assoc lst1 lst2
append lst1 lst2
pair lst1 lst2
and v1 v2
or v1 v2
xor v1 v2
not v1
last lst
reverse lst
pop lst
peek lst
get index lst
includes? val lst
if pred then else
reduce func acc lst
map func lst

Clone this wiki locally