[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- From: GLS at MIT-AI (Guy L. Steele, Jr.)
- Date: Fri ,20 Jun 80 16:22:00 EDT
CC: GLS at MIT-AI
In system 29.95 NWS, with microcode 669, on LISP Machine One:
Some handy little macros I've found it useful to invent, and propose
for adoption:
FORLIST: just like DOLIST, but uses MAPCAR instead of MAPC, i.e. returns a list of results
of evaluating the body.
DOARRAY: just like DOLIST, but iterates over a 1-d array.
FORARRAY: the obvious combination.
I suppose one might want FORTIMES as well...