From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Sweeter Emacs Lisp Date: Sun, 14 Jul 2013 15:36:52 +0400 Message-ID: <8761wdqsob.fsf@yandex.ru> References: <8738rh6ftk.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373801830 22441 80.91.229.3 (14 Jul 2013 11:37:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Jul 2013 11:37:10 +0000 (UTC) Cc: emacs-devel To: fgallina@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 14 13:37:12 2013 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 1UyKc3-0004XH-UK for ged-emacs-devel@m.gmane.org; Sun, 14 Jul 2013 13:37:12 +0200 Original-Received: from localhost ([::1]:60720 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyKc3-0000kS-DC for ged-emacs-devel@m.gmane.org; Sun, 14 Jul 2013 07:37:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyKbq-0000Vq-Tj for emacs-devel@gnu.org; Sun, 14 Jul 2013 07:37:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UyKbm-0001zy-SF for emacs-devel@gnu.org; Sun, 14 Jul 2013 07:36:58 -0400 Original-Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:43552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyKbm-0001zu-M7; Sun, 14 Jul 2013 07:36:54 -0400 Original-Received: by mail-lb0-f177.google.com with SMTP id 10so8649675lbf.36 for ; Sun, 14 Jul 2013 04:36:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:x-antivirus:x-antivirus-status; bh=TJo8b2PWpwjdq4M+eWQavowdQRxFvsd2oD7NjzK8MSA=; b=hghLyZp8JuWaM1+Zz8mnvij3swRKlFt+EiCzjhtdL29uv9eFmrr+YEd/doosgakKRx CykU15pN4ivntswlqeVwoWZKWpHHaMUS2QhWmCbWfb4eOIltd8LqorVUnSVkqslaO8Zi H7i4t7eUhcqRwordzDCDMXHOya7OiXVEokCynjvSNmW/hJ9thSNSyUaMMqtCkbGJwNat BStNuhUhzI2imyE/Kwsc5yEG9UnucEMLwfVS8pTvTf0y3ACKV4aWrzRtLkOaQVmp7Z0l 0khABh7MUn7WHSrOkdDsy3j9YXnH1PSGeXLeyczlKK/ls29YFx+g50QWhN9pkV15ddNx WXTw== X-Received: by 10.152.19.131 with SMTP id f3mr23432571lae.9.1373801813399; Sun, 14 Jul 2013 04:36:53 -0700 (PDT) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPSA id e5sm16711681lbw.3.2013.07.14.04.36.51 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 14 Jul 2013 04:36:52 -0700 (PDT) In-Reply-To: <8738rh6ftk.fsf@gnu.org> (fgallina@gnu.org's message of "Sat, 13 Jul 2013 23:22:31 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-Antivirus: avast! (VPS 130714-0, 14.07.2013), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::231 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:161864 Archived-At: fgallina@gnu.org writes: > Hello all, > > The last months I've been playing with Clojure[0] a lot, within its > primitives I found the following functionality exquisite and I think it > may be time for Emacs Lisp to evolve and provide similar stuff making > easier/more-fun to write code in it. Here's a detailed list with > examples of what I would want to see as part of core Emacs Lisp: > ... Have you looked at dash? It implements most of these. https://github.com/magnars/dash.el/