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

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

Re: return first element in list with certain property


From: Emanuel Berg
Subject: Re: return first element in list with certain property
Date: Mon, 20 Nov 2017 22:20:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Michael Heerdegen wrote:

> And if you want to be cool:
>
> (seq-find (apply-partially #'< 1) '(1 1 3 1 4
> 2)) ==> 3

"And" if you want to be cool? I agree
`apply-partially' is cooler but why is
`seq-find' better than `cl-find-if'?

Actually no one said it was better. The only
thing said was that it was my style. Eheh.

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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