From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Clojure-like syntactic sugar for an anonymous function literal Date: Thu, 22 Jan 2015 01:50:33 -0800 Message-ID: <54C0C7E9.4050009@dancol.org> References: <54C05269.7050602@dancol.org> <87oaprfa3t.fsf@fencepost.gnu.org> <54C0C514.8020606@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="9mhvLIo4rW3JdvPrxFM0D6r9mOaStCTvo" X-Trace: ger.gmane.org 1421920246 25626 80.91.229.3 (22 Jan 2015 09:50:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2015 09:50:46 +0000 (UTC) Cc: David Kastrup , =?UTF-8?B?UmVuw6kgS3lsbGluZ3N0YWQ=?= , "emacs-devel@gnu.org" To: Oleh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 22 10:50:45 2015 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 1YEEPU-0002sM-Qq for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 10:50:44 +0100 Original-Received: from localhost ([::1]:52045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEEPU-0005kh-6k for ged-emacs-devel@m.gmane.org; Thu, 22 Jan 2015 04:50:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEEPN-0005kF-Mt for emacs-devel@gnu.org; Thu, 22 Jan 2015 04:50:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEEPM-0003E2-Ld for emacs-devel@gnu.org; Thu, 22 Jan 2015 04:50:37 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:60294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEEPM-0003Dd-ET for emacs-devel@gnu.org; Thu, 22 Jan 2015 04:50:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Type:In-Reply-To:References:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=oXs9FngqPaUCw9Vw8smLoE95SOUWoD/iYdahmOeYJuE=; b=Bzy633ENvmFZdEb0BCJ83zQvoXEZl25g0r7DeZ/T2pSB8E20z/3F0rdFmUCB9RXlrj0mItQhmPJJUho1BjcmqzPt91OA4j1wQLvgnTvt/FBDEqF/l9dhHcMmZR55gRmOWfPca/y1nQvi7zi9oQAQqLKbGIIXTRmV4MqAAiwiUDJmgoGbH1jkZptKmlFwMXha5pTfsI3G2ClrgHMMCl4x+SRUg/vACnsNePk71lSLyI8wjhfD/cfBRtmPFuQTf/vM0eigoN0aoORnJ6DJxz0M7y+llrEZAhz3n8i3zQZp5DmhFFOacwgt1j6tGmjj3Of/fSKfFAK/ESO2cnfiQ2EADw==; Original-Received: from [2601:8:b240:93::2b1] by dancol.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1YEEPL-0008WP-L1; Thu, 22 Jan 2015 01:50:35 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 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:181571 Archived-At: This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --9mhvLIo4rW3JdvPrxFM0D6r9mOaStCTvo Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/22/2015 01:45 AM, Oleh wrote: >>> I've grepped the useage of `--map' in all > 150 third party packages >>> that depend on `dash'. >>> I got 203 total results 60 different packages. This says a lot about >>> people wanting this feature for a long time. >> >> No it doesn't: you didn't provide a baseline. Allow me. >> >> ~/edev/trunk/lisp >> $ ppgrep -w '(lambda' | wc -l >> 6834 >=20 > Now, you're bending it the other way:) >=20 > Do note, that we're comparing `lambda', which was part of core Emacs > forever and ships with each Emacs, Speaking of things that ship with Emacs: have you tried prettify-symbols-mode? --9mhvLIo4rW3JdvPrxFM0D6r9mOaStCTvo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJUwMfpAAoJEN4WImmbpWBlkRcP/1rVvBRKvFBrxBHqKLq+CLH2 5Ck7oN1OeRSi5NFSTf/BOd80pNjYk+gwmOb5U78KYMLqAoYh9rXwb0waSwxN//uK RwZIv6y77FmT4D+Wb2JQASXF8WBHleWLH+u7a+V9eCg9W0HhIoUNVZQYzG9pOzbD dPya5/R5KfglZxzMfXmzsl0Y/6rparRkOEuGo8T6L80Wh/XvqoqxEJURfofwWP9I Vt/1rFcMuYYkCPuXNuEmHzljQeRCZF8rhPy8qCeeuBQWsFjGt/4rVNuBFhGXaQIb P2E6Ceo68C7UWyTCTOndN0fDKFGLq7iIqHR8CXZ0tfVmsB+wfYPGh1TLbB1BX42l vuzLC4hksBqn7qNC/9+rVVi42kUqX37xD2V5b8jPorBxVzZfjJinqL6E+CBSbR1I p2GU4H1c50t/dHR1pUXPXPROAeu8DU2RlkjJmOVatGdmsTkzpZ+GARx5fAXkqzsS 0GWUSgjqRc7H3S3F103/lrF+zA06i6Ve94RzxOP81qAr8AocPGP9ev4eq3fezWj8 c2r90XBzK3w5vFdA9+3W3EUFSnh3PJHAq7agSG+s/tNxII51fEaTQJLjm455OHF0 kzIVJgUSKV2V2mFf9CcphlCl2OQ7UPgy/wL3d55/uYlfHsn3Sv+eft2CNtpfb/Tf 0FUV3XKftSpFe7i6BZjx =pon4 -----END PGP SIGNATURE----- --9mhvLIo4rW3JdvPrxFM0D6r9mOaStCTvo--