From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rasmus Newsgroups: gmane.emacs.devel Subject: Re: Including some functions from dash.el in Emacs? Date: Wed, 29 Oct 2014 14:04:54 +0100 Message-ID: <87d29bf2mh.fsf@gmx.us> References: <87wq7j72wz.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1414587969 9244 80.91.229.3 (29 Oct 2014 13:06:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2014 13:06:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 29 14:06:02 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XjSwp-0006jx-9j for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2014 14:05:59 +0100 Original-Received: from localhost ([::1]:45972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjSwo-0004FR-K1 for ged-emacs-devel@m.gmane.org; Wed, 29 Oct 2014 09:05:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjSwB-0003fQ-PV for emacs-devel@gnu.org; Wed, 29 Oct 2014 09:05:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjSw2-0002iL-8U for emacs-devel@gnu.org; Wed, 29 Oct 2014 09:05:19 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:48099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjSw2-0002iF-1g for emacs-devel@gnu.org; Wed, 29 Oct 2014 09:05:10 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjSw0-00069Y-1q for emacs-devel@gnu.org; Wed, 29 Oct 2014 14:05:08 +0100 Original-Received: from 46.166.186.240 ([46.166.186.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 14:05:08 +0100 Original-Received: from rasmus by 46.166.186.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 14:05:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 46.166.186.240 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAP1BMVEWrq6tQUFA1FBQDAwMu Li6Ojo7l5eVvb2/+/v7GxsatBASIBweDLS2TVVWRd3drNzf9AABOLCxfERHRAgJvFRXOiP/lAAAA AXRSTlMAQObYZgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90FFAsXM8Pp4IgAAAE0SURB VEjHtVXbroQgDNR2EskhZsm6//+tKywggoXycPqgCZmhnd5Ylq6t6zJjxKfNUDiYHg8PZsaEA3gW RbomoOAmudMQULEVkpHUaAkeB2Wy+GbxTE1IR/0qZKOEp1Ff3Bxwt4ioJYyUVwQe9tU/42M8MMZA g6cMN5lC43gC9mIMCScy/swoJK4IpQaW84MARVlwPDQT94001U3X163EIwP0t3MxrioHiNdts4TC ixJ/pRVRUg9Pdbmttzb1+f4I+0t/a/d9L/ZX7Nkrngh04ft27/pJwM+a8N3xWexxvAoBWdatk4Jb f9fhnLO32kmlPPFV8fCDSQSvX3oWpNJAxq9tQHgYIORkkGbJrNeIzK2xNh7qvdgkNeHMlmw7T46m mOkHzibPJ+qtsaE310GcFAk6gr+y1A82SZ92DwAAAABJRU5ErkJggg== User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3.94 (gnu/linux) Cancel-Lock: sha1:fhLVCL73MnOJ8KrqAdnZXdXvDcw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175982 Archived-At: Stefan Monnier writes: >> think it would be great if Elisp had them builtin, like `flatten`, >> `filter` or `reduce`. > > IIUC, `filter' is covered by `cl-remove-if`, and `reduce' is called > `cl-reduce', right? Related is also cl-remove-if-not. >> Would it make sense to include some of the dash.el functions into Emacs? > > I'm in the process of trying to get dash.el included in GNU ELPA. > I haven't decided yet whether or when it should go into Emacs or stay > in GNU ELPA. Thanks Stefan, that's super cool! —Rasmus -- With monopolies the cake is a lie!