emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CL package serious deficiencies


From: Helmut Eller
Subject: Re: CL package serious deficiencies
Date: Sun, 12 Feb 2012 18:39:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

* Stefan Monnier [2012-02-12 04:47] writes:

>>> I much prefer a leaner approach where instead of (delete-if
>>> #'foo :key #'bar) you have to write (delete-if (lambda (x) (foo (bar
>>> x)))).
>> This transformation can be done automatically by a compiler-macro.
>
> Not sure what you mean by "automatically", here.  Do you mean "without
> prompting the user to do the transformation by hand"?

Yes.

Helmut




reply via email to

[Prev in Thread] Current Thread [Next in Thread]