| www.delorie.com/gnu/docs/emacs/cl_45.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Common Lisp defines a number of functions that operate on
sequences, which are either lists, strings, or vectors.
Emacs Lisp includes a few of these, notably elt and
length; this package defines most of the rest.
10.1 Sequence Basics Arguments shared by all sequence functions 10.2 Mapping over Sequences `mapcar*', `mapcan', `map', `every', etc. 10.3 Sequence Functions `subseq', `remove*', `substitute', etc. 10.4 Searching Sequences `find', `position', `count', `search', etc. 10.5 Sorting Sequences `sort*', `stable-sort', `merge'
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |