Module alloc

Module alloc 

Source
Expand description

builtin lisp data structures.

Functionsยง

garbage_collect ๐Ÿ”’
list ๐Ÿ”’
make_byte_code ๐Ÿ”’
make_closure ๐Ÿ”’
Convert a function to closure by replacing the first N elements with their closure values.
make_symbol ๐Ÿ”’
make_vector ๐Ÿ”’
purecopy ๐Ÿ”’
record ๐Ÿ”’
vector ๐Ÿ”’