|
From: | Stefan Monnier |
Subject: | Re: CL package serious deficiencies |
Date: | Sat, 11 Feb 2012 23:47:11 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) |
>> 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"? Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |