<list>

NON-EXISTENT.

Occasionally, someone will ask for items relating to type <list>. In Mosquito, as in Scheme, lists are a common but special case of <pair>, and no distinct and separate type for lists is implemented.

The following functions are generally associated with "lists"; however, it is important to note that they generally apply to pairs as well. Likewise, those functions generally thought of as being specific to pairs will generally work with lists.

list
list-index
list-ref
list?
length
reverse
reverse!
for-each
append
append!
apply
assq
map
memq
last-item
filter
filter!
find
find-tail
fold
req-arg