Bits and Bytes
Normally represented as lisp integers
Often used for efficiency
- Speed: some operations may compile into a single machine instruction
- Size: a bit vector is much smaller than a general vector
Often used in combination with foreign function calls
- Arguments to C++ and WIN32 libraries are often several "flags" passed as a single integer