emacs-devel
[Top][All Lists]
Advanced

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

RE: [External] : Any reasons against having `fboundp-and-funcall' (equiv


From: Drew Adams
Subject: RE: [External] : Any reasons against having `fboundp-and-funcall' (equivalent to `bound-and-true-p')?
Date: Wed, 21 Jun 2023 15:02:09 +0000

> WDYT?

I think "Why?".

The trivial expansion is just as clear (nay, clearer), and nearly as succinct.

(and (fboundp function)
     (funcall function ,@arguments))))
___

Just one opinion.

(Of course, I feel the same about `bound-and-true-p', which has the additional 
disadvantage that its name doesn't proclaim that it returns the variable's 
symbol.)

reply via email to

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