Cyclone Scheme  0.4
Functions
Pairs and lists

Functions for working with pairs and lists. More...

Functions

list assoc (void *data, object x, list l)
 
list assq (void *data, object x, list l)
 
object Cyc_car (void *data, object lis)
 
object Cyc_cdr (void *data, object lis)
 
object Cyc_length (void *d, object l)
 
object Cyc_list (void *data, int argc, object cont,...)
 
object Cyc_list2string (void *d, object cont, object lst)
 
object Cyc_list2vector (void *data, object cont, object l)
 
object Cyc_set_car (void *, object l, object val)
 
object Cyc_set_cdr (void *, object l, object val)
 
object Cyc_set_cell (void *, object l, object val)
 
list malloc_make_pair (object, object)
 
object memberp (void *data, object x, list l)
 
object memqp (void *data, object x, list l)
 

Detailed Description

Functions for working with pairs and lists.