[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Should we just start dumping cl-lib?
From: |
Tassilo Horn |
Subject: |
Re: Should we just start dumping cl-lib? |
Date: |
Fri, 02 Oct 2015 15:37:45 +0200 |
User-agent: |
Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) |
Mark Oteiza <address@hidden> writes:
>> Commit d605a539d4863c7e7c66aaea6e538ae14c47f3d7 broke Emacs when
>> winner was enabled without cl-lib being loaded. Nobody seems to have
>> noticed until now, which suggests that either almost nobody uses
>> winner, or almost everybody has cl-lib loaded anyway. Maybe it's time
>> to just dump cl-lib with Emacs.
>
> Bug#21549
>
> I'd be happy to have more useful functions in "core". (Can we have
> `filter` yet?)
There are `seq-filter', `seq-remove', `seq-map', `seq-mapcat',
`seq-reduce', etc. in the new seq.el, and a nice API for associative
structures in map.el which are in "core" although not dumped just like
cl-lib.
Many seq.el functions have cl-lib counterparts which do pretty much the
same. So the decision if cl-lib should be dumped is also a strategic
decision. Do we want to advocate seq.el or cl-lib? (Well, right now
seq.el depends on cl-lib so we couldn't dump seq.el without cl-lib but
anyway...)
Bye,
Tassilo
- Re: Should we just start dumping cl-lib?, (continued)
- Re: Should we just start dumping cl-lib?, John Wiegley, 2015/10/08
- Re: Should we just start dumping cl-lib?, Daniel Colascione, 2015/10/08
- Re: Should we just start dumping cl-lib?, Eli Zaretskii, 2015/10/08
- Re: Should we just start dumping cl-lib?, Artur Malabarba, 2015/10/08
- Re: Should we just start dumping cl-lib?, Andreas Schwab, 2015/10/08
- Re: Should we just start dumping cl-lib?, Artur Malabarba, 2015/10/08
- Re: Should we just start dumping cl-lib?, Rasmus, 2015/10/08
- Re: Should we just start dumping cl-lib?, Eli Zaretskii, 2015/10/08
- Re: Should we just start dumping cl-lib?, Oleh Krehel, 2015/10/08
Re: Should we just start dumping cl-lib?, Mark Oteiza, 2015/10/08
Re: Should we just start dumping cl-lib?, John Wiegley, 2015/10/08
Re: Should we just start dumping cl-lib?, Daniel Colascione, 2015/10/08
Re: Should we just start dumping cl-lib?, Eli Zaretskii, 2015/10/08