[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue FUNCTION-COMPOSITION
- To: cperdue@Sun.COM
- Subject: Issue FUNCTION-COMPOSITION
- From: Kent M Pitman <KMP@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Fri, 6 Jan 89 18:55 EST
- Cc: CL-Cleanup@SAIL.Stanford.EDU
- In-reply-to: <8901061901.AA08876@clam.sun.com>
I can't support any abbreviated name, and CONSTANT-FUNCTION is too long.
ALWAYS is at least current practice in an existing dialect.
However, if you really can't deal, how about CONSTANTLY.
(MAPCAR (CONSTANTLY 7) '(A B C)) => (7 7 7)