Next: , Previous: List Combinators, Up: Virtual Code Semantics


2.7.14 List Functions

In addition to the foregoing list operations, the virtual machine provides a number of canned functions operating on lists, namely concatenation, reversal, distribution, and transposition. These functions could be coded by other means if they were not built in, but the built in versions are faster and smaller.