emacs-devel
[Top][All Lists]
Advanced

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

Re: cl-lib warnings


From: Stefan Monnier
Subject: Re: cl-lib warnings
Date: Thu, 22 Dec 2022 18:56:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> Wait, what constitutes of cl-lib dialect? Do you mean things like cl-defun?
> I hope using cl-loop and cl-reduce, cl-remove-if and the like doesn’t make
> code harder to read.

I think `cl-loop` does :-(
`cl-reduce` and `cl-remove-if` are less problematic since they are
functions,

`cl-defun` is probably fine as long as you just use `&key`, but things like
`&aux` or destructuring are likely to make the code just harder to read.


        Stefan




reply via email to

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