| caar | Composite car/cdr... |
| cadar | Composite car/cdr... |
| caddr | Composite car/cdr... |
| cadr | Composite car/cdr... |
| car | First element of a list... |
| cdddr | Composite car/cdr... |
| cddr | Composite car/cdr... |
| cdr | Return elements after the first of a list. |
| cdrs | Try to get the cdrs; otherwise, return nil. |
| for.each | Apply f to the successive elements of . |
| is.even | Is a number even? |
| is.nil | Whether a list is empty. |
| is.odd | Is a number odd? |
| nil | The empty list... |
| pair.fold.right | pair-fold-right from SRFI-1. |
| pairwise | Combine a list into pairwise elements; lists should... |
| zip | Zip n lists together into tuplets of... |
| zip.c | Zip using c. |
| zip.list | Zip using list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.