TR: [cl-ppcre-devel] New release 1.2.4
Edi Weitz
edi at agharta.de
Tue Mar 8 20:48:30 UTC 2005
On Tue, 8 Mar 2005 14:43:36 -0500, Gary King <gwking at metabang.com> wrote:
> I suggest taking a page from GBBopen's book and using something
> like:
>
> (defmacro with-standard-optimization (&body body)
> `(locally (declare (optimize (speed 1) (safety 3) (debug 1)))
> , at body))
>
> (defun foo ()
> (with-standard-optimization
> ...))
>
> this has the advantage of not requiring the read time evaluation of
> #. which some view as a security risk.
I have to admit that I find the #. approach more aesthetically
pleasing - one reason is that it doesn't introduce a new level of
nesting.
I fail to see the security risk - we're not talking about data entered
from a random website or somesuch.
Cheers,
Edi.
More information about the Cl-ppcre-devel
mailing list