help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: [External] : Re: Emacs 30.0 warning from `cl-pushnew' and `memql'


From: Stefan Monnier
Subject: Re: [External] : Re: Emacs 30.0 warning from `cl-pushnew' and `memql'
Date: Wed, 28 Dec 2022 13:05:30 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> And it applies to `case', IMHO.  Encouraging or
> coercing folks to use `pcase' or `cond' just to
> handle the simple and common case of `case' is
> overkill.

For those cases handled by `(cl-)case`, `pcase` is just as easy to use
[ apparently even easier for some people who otherwise write (case FOO
('a (do-a)) ('b (do-b) ...)) ], so I don't see what's overkill about it.


        Stefan




reply via email to

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