From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: ams@gnu.org (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Re: dash.el [was: Re: Imports / inclusion of s.el into Emacs] Date: Sun, 10 May 2020 14:37:37 -0400 Message-ID: References: <0c88192c-3c33-46ed-95cb-b4c6928016e3@default> <87wo5mc04t.fsf@fastmail.fm> <99a394b3-9b76-4090-9773-bfc4a745c62b@default> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="5376"; mail-complaints-to="usenet@ciao.gmane.io" Cc: joostkremers@fastmail.fm, rms@gnu.org, drew.adams@oracle.com, emacs-devel@gnu.org To: Philippe Vaucher Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 10 20:38:10 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jXqq2-0001JJ-2s for ged-emacs-devel@m.gmane-mx.org; Sun, 10 May 2020 20:38:10 +0200 Original-Received: from localhost ([::1]:59318 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXqq0-0004j8-N1 for ged-emacs-devel@m.gmane-mx.org; Sun, 10 May 2020 14:38:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45386) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXqpX-0003mK-Cp for emacs-devel@gnu.org; Sun, 10 May 2020 14:37:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47739) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXqpW-0006t1-RF; Sun, 10 May 2020 14:37:38 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1jXqpV-0005zP-EX; Sun, 10 May 2020 14:37:37 -0400 In-reply-to: (message from Philippe Vaucher on Sun, 10 May 2020 18:56:49 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:249696 Archived-At: How often do you flatten lists? In 30 years of programming, I've never come across the situation where I needed to do so be it in Lisp, or any other functional language. flatten is a trivial, mostly useless function, when it comes to Lisp in my experience.