GNU bug report logs -
#21782
25.0.50; New functions nfront/front
Previous Next
Reported by: Tino Calancha <f92capac <at> gmail.com>
Date: Thu, 29 Oct 2015 09:55:01 UTC
Severity: wishlist
Found in version 25.0.50
Done: Tino Calancha <tino.calancha <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On 30 Oct 2015 2:53 am, "Constantino Calancha" <f92capac <at> gmail.com> wrote:
> Why i need to pollute my global space with all seq.el just to use this
> fundamental operation on a list?
I think, overall, sticking to seq-take has a smaller cost/benefit ratio
than adding nfront. I state my logic below.
These points are all a little subjective. So if you disagree and think that
the slider falls closer to the other side, we can wait to hear more
opinions (though at least Michael seems to agree).
1. While nfront is not identical to seq-take, it's similar enough that this
would just be replicating functionality, which is ultimately a maintenance
burden.
2. Seq is not a huge lib, so you're not polluting that much. Furthermore,
all its functions are prefixed by "seq-", so you're polluting even less.
Lastly, seq was added to core specifically with the purpose of being the
goto sequences lib (and it's been doing that fine), so it wouldn't make
sense to circumvent it now.
3. I'm of the opinion that we should be adding namespace prefixes as much
as possible. Unprefixed names pollute much more and are harder to find.
In any case, thanks for the suggestion.
[Message part 2 (text/html, inline)]
This bug report was last modified 8 years and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.