From: Ivan Boldyrev on
On 9173 day of my life Kent M. Pitman wrote:
>> Why is it so important? What is wrong if XOR is function but OR and
>> AND macros? If macro/special form evaluates all their arguments
>> sequentially, why not implement it as a function?
>
> It affects whether FUNCALL and APPLY work.

Yes, but it extends usage, but doesn't limit it.

> But it also affects regularity of design.

(mapcar #'not some-list)

--
Ivan Boldyrev

Your bytes are bitten.
First  |  Prev  | 
Pages: 1 2 3 4 5 6 7 8 9
Prev: Lisp and Web Programming
Next: Koch figures