[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue: FUNCTION-COMPOSITION (Version 1)
- To: Kent M Pitman <KMP@STONY-BROOK.SCRC.Symbolics.COM>
- Subject: Re: Issue: FUNCTION-COMPOSITION (Version 1)
- From: Scott.Fahlman@B.GP.CS.CMU.EDU
- Date: Thu, 23 Jun 88 18:16:22 EDT
- Cc: CL-Cleanup@SAIL.STANFORD.EDU
- In-reply-to: Your message of Thu, 23 Jun 88 17:11:00 -0400. <880623171122.6.KMP@RIO-DE-JANEIRO.SCRC.Symbolics.COM>
Presumably the following is a typo, and you intend this to a function that
calls the given function and then negates its argument. Or something like
that.
---------------------------------------------------------------------------
COMPLEMENT function [Function]
Returns a function whose value is the same as the OR of the
given functions applied to the same arguments.
---------------------------------------------------------------------------
This all seems a bit gratuitous to me, but if the rest of you think it
would promote better programming style, I won't argue.
-- Scott