Open hlissner opened 4 years ago
Why seq-do over mapc? seq isn't immediately available without loading seq, but mapc is.
It makes sense if you're already using seq.el
for consistency's sake. I guess we can improve the wording there. Many guidelines can benefit from this. :-)
Hi! I'm curious about the wording of this guideline. Suggesting
dolist
makes sense to me, but:Why
seq-do
overmapc
?seq
isn't immediately available without loadingseq
, butmapc
is.If it's because
seq-do
is more generic, why offermapcar
as an alternative instead of the similarly genericseq-map
?Thanks for your time!