From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bozhidar Batsov Newsgroups: gmane.emacs.devel Subject: Re: New macro `seq-let' in seq.el Date: Tue, 5 May 2015 19:25:29 +0300 Message-ID: References: <87y4l8fbbc.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c259387698f705155820b2 X-Trace: ger.gmane.org 1430843172 27157 80.91.229.3 (5 May 2015 16:26:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 May 2015 16:26:12 +0000 (UTC) Cc: emacs-devel To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 05 18:25:58 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 1YpffQ-0006Rc-32 for ged-emacs-devel@m.gmane.org; Tue, 05 May 2015 18:25:56 +0200 Original-Received: from localhost ([::1]:40583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpffP-0001XR-Fp for ged-emacs-devel@m.gmane.org; Tue, 05 May 2015 12:25:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypff2-0001X1-L0 for emacs-devel@gnu.org; Tue, 05 May 2015 12:25:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypff1-0006iy-DF for emacs-devel@gnu.org; Tue, 05 May 2015 12:25:32 -0400 Original-Received: from mail-lb0-x236.google.com ([2a00:1450:4010:c04::236]:35184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypff1-0006iT-50 for emacs-devel@gnu.org; Tue, 05 May 2015 12:25:31 -0400 Original-Received: by lbbuc2 with SMTP id uc2so132757194lbb.2 for ; Tue, 05 May 2015 09:25:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=MbPWJh9zVC+COLdepOQSm+6xFLDaK47OjV4nHT6ejT0=; b=KlyHoyQZWWxY52SY2WlxqCgyYrn+n6knS2OHvVyu6cH/jI5BpdKpFmBLQeCZPmogun Kk8tiwczrxwwILKFqlELvg3hlmZj4Fw4AeodjcTaXd4xOHapdauVlQpq+MjFDJfmZtPg kNeTwCMiBr7vFRBtdBHTXDMGg2szPp7RO1gXqo/cCjXlVv44EGFhALTefRV5Q74lZGZq a4En9rhUk8FNzCUR4AcSyutYEdosAI/s1ECuBNJRETl0nFFAwToqDOIXir0+Gd5MU4cM lQpyGkAK3WUkZbkRQzeplt1z/UddQFTOCrk+uT6c4eLMTiWZh0V5n2xvZdjqTX3HkrkP SdMg== X-Received: by 10.112.140.9 with SMTP id rc9mr25072268lbb.14.1430843129500; Tue, 05 May 2015 09:25:29 -0700 (PDT) Original-Received: by 10.112.25.7 with HTTP; Tue, 5 May 2015 09:25:29 -0700 (PDT) In-Reply-To: <87y4l8fbbc.fsf@petton.fr> X-Google-Sender-Auth: zfCOO_2AWwCRuvaUWsbfEzHQKbc X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::236 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:186244 Archived-At: --001a11c259387698f705155820b2 Content-Type: text/plain; charset=UTF-8 You've got +1 from me. Great feature! On 1 May 2015 at 20:37, Nicolas Petton wrote: > Hi, > > I just pushed a new macro for seq.el named `seq-let' in the branch > seq-let. > > This macro is similar to `cl-destructuring-bind' but provides > destructuring for all sequence types supported by seq.el. > > I find this macro quite useful, but I'd like to have some feedback about > it. > > Cheers, > Nico > -- > Nicolas Petton > http://nicolas-petton.fr > --001a11c259387698f705155820b2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
You've got +1 from me. Great feature!

On 1 May 2015 at 20:37, Nic= olas Petton <nicolas@petton.fr> wrote:
Hi,

I just pushed a new macro for seq.el named `seq-let' in the branch
seq-let.

This macro is similar to `cl-destructuring-bind' but provides
destructuring for all sequence types supported by seq.el.

I find this macro quite useful, but I'd like to have some feedback abou= t
it.

Cheers,
Nico
--
Nicolas Petton
http://nicolas-petto= n.fr

--001a11c259387698f705155820b2--