|
From: | Bozhidar Batsov |
Subject: | Re: [PATCH] sequence manipulation functions |
Date: | Sun, 16 Nov 2014 14:52:45 +0200 |
There are relatively few sequence functions from CL in the standard library. The majority of them reside in `cl-lib`, which IMO can’t be counted as part of the standard library. After all its own description is:
While I’d prefer it we adopted the names from Scheme and Clojure (e.g. filter vs remove-if-not), I’m fine with leaning more in the CL direction as long as this is done by promoting some cl-lib functions to the standard Emacs library. People shouldn’t have to require the entire `cl-lib` just for the same of a handful of sequence functions. I don’t think it’s normal that pretty much every Emacs package depends on their `cl-lib` or the third party lib `dash.el`. Emacs hackers obviously feel that the standard library is lacking and it should be improved somehow (preferably now instead of next decade). — Cheers, Bozhidar On November 14, 2014 at 7:16:49 AM, Leo Liu (address@hidden) wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |