[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SELECTC again
- To: lisp
- Subject: SELECTC again
- From: KAPLAN
- Date: Mon, 17 Dec 1979 23:50:59 -8000
- Date: 17 DEC 1979 2350-PST
Description is now:
SELECTC is like SELECTQ except that it evaluates the key positions of its
arguments to obtain the actual keys for a selectq-type comparison.
This evaluation is done at compile-time to produce a SELECTQ form--the
keys are in a sense compile time constants.
Note that the argument syntax for SELECTC differs from the
undocumented function SELECT.
-------