[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Including some functions from dash.el in Emacs?
From: |
Nicolas Petton |
Subject: |
Including some functions from dash.el in Emacs? |
Date: |
Wed, 29 Oct 2014 08:25:48 +0100 |
User-agent: |
mu4e 0.9.9.6pre3; emacs 24.3.1 |
Hi,
When manipulating lists I often needs some basic list functions provided
by dash.el[1] and missing from builtin Elisp functions. Some are
implemented one way or another in cl-lib, some are just missing, but I
think it would be great if Elisp had them builtin, like `flatten`,
`filter` or `reduce`.
Would it make sense to include some of the dash.el functions into Emacs?
It wouldn't have to be all of them, but including some basic ones would
IMO be a big plus.
Cheers,
Nico
--
Nicolas Petton
http://nicolas-petton.fr
- Including some functions from dash.el in Emacs?,
Nicolas Petton <=
- Re: Including some functions from dash.el in Emacs?, Stefan Monnier, 2014/10/29
- Re: Including some functions from dash.el in Emacs?, Rasmus, 2014/10/29
- Re: Including some functions from dash.el in Emacs?, Nicolas Petton, 2014/10/29
- Re: Including some functions from dash.el in Emacs?, Stefan Monnier, 2014/10/29
- Re: Including some functions from dash.el in Emacs?, Nicolas Petton, 2014/10/29
- Re: Including some functions from dash.el in Emacs?, Stefan Monnier, 2014/10/29
- Re: Including some functions from dash.el in Emacs?, Nicolas Petton, 2014/10/30
- Re: Including some functions from dash.el in Emacs?, Stefan Monnier, 2014/10/31
Re: Including some functions from dash.el in Emacs?, raman, 2014/10/29