From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: New assoc-let package Date: Fri, 5 Dec 2014 00:33:44 +0000 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01160fe2aee5d505096d3a85 X-Trace: ger.gmane.org 1417739637 23833 80.91.229.3 (5 Dec 2014 00:33:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2014 00:33:57 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 05 01:33:51 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 1XwgqF-00071x-2d for ged-emacs-devel@m.gmane.org; Fri, 05 Dec 2014 01:33:51 +0100 Original-Received: from localhost ([::1]:48300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwgqE-0002IU-H9 for ged-emacs-devel@m.gmane.org; Thu, 04 Dec 2014 19:33:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwgqA-0002IN-VJ for emacs-devel@gnu.org; Thu, 04 Dec 2014 19:33:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwgqA-0001ra-4G for emacs-devel@gnu.org; Thu, 04 Dec 2014 19:33:46 -0500 Original-Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:51920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwgq9-0001rW-Rq for emacs-devel@gnu.org; Thu, 04 Dec 2014 19:33:46 -0500 Original-Received: by mail-la0-f45.google.com with SMTP id gq15so15188301lab.4 for ; Thu, 04 Dec 2014 16:33:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=o5/xSVZv7ZBdlPSwSNO7FQJAhlfoXedJ2Yds5EHfR3E=; b=l9wcjPjmq77QnrXuIgmLIjoZ9MuGqf+FzcecLYjjywN/wKLm82RX2c3tweU1wKqbzp 7r8Ta/JR+dlJcOTLKYeyfeoAg4HOdUrFDeUXd8R40K7Wv7U38aeCUWiLzS4ONXsvEoeT EOSfot4nQIVYNQdSjFAATOJ83R3DcF1L9issc336hC1F+Y8m0TKgtDQ5Fe9ph0cEAqT4 yxMc1u4HFhNCHhae2gdwKSOKzHX8F5Ajge3lObytL5PIwCqi44fR716ggv+sE9Y7+10z at2RnIe/EMZsirI8X8Xk8mAqhuOS8U4syaVCMhy0WIJPPlr26MwGpCEgFLlODloTEHRo Qv7A== X-Received: by 10.112.155.72 with SMTP id vu8mr295547lbb.30.1417739624176; Thu, 04 Dec 2014 16:33:44 -0800 (PST) Original-Received: by 10.112.53.137 with HTTP; Thu, 4 Dec 2014 16:33:44 -0800 (PST) Original-Received: by 10.112.53.137 with HTTP; Thu, 4 Dec 2014 16:33:44 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: b4UTxs4H0AkhaokYYsmY4Re8Mgs X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22d 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:178862 Archived-At: --089e01160fe2aee5d505096d3a85 Content-Type: text/plain; charset=UTF-8 > > I really, really like it. Like a `destructuring-bind' for alists. > > Should it maybe use `lexical-let'? Maybe. Do you foresee it behaving unexpectedly in a file with dynamic scope? > > I hope it can go into the core so it's available by default. > On the other hand, making it a package makes it a reliable dependency available since 24.1 --089e01160fe2aee5d505096d3a85 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

>
> I really, really like it.=C2=A0 Like a `destructuring-bind' for al= ists.
>
> Should it maybe use `lexical-let'?

Maybe. Do you foresee it behaving unexpectedly in a file wit= h dynamic scope?

>
> I hope it can go into the core so it's available by default.
>

On the other hand, making it a package makes it a reliable d= ependency available since 24.1

--089e01160fe2aee5d505096d3a85--