From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Clojure-like syntactic sugar for an anonymous function literal Date: Fri, 23 Jan 2015 08:44:16 +0100 Message-ID: References: <54C15ECA.5050008@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1421999077 29938 80.91.229.3 (23 Jan 2015 07:44:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Jan 2015 07:44:37 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 23 08:44:36 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 1YEYuy-0006UU-Hb for ged-emacs-devel@m.gmane.org; Fri, 23 Jan 2015 08:44:36 +0100 Original-Received: from localhost ([::1]:57508 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEYux-0003V0-On for ged-emacs-devel@m.gmane.org; Fri, 23 Jan 2015 02:44:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEYuj-0003Uj-CG for emacs-devel@gnu.org; Fri, 23 Jan 2015 02:44:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEYui-0008HN-Hj for emacs-devel@gnu.org; Fri, 23 Jan 2015 02:44:21 -0500 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:57614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEYui-0008Gx-Be for emacs-devel@gnu.org; Fri, 23 Jan 2015 02:44:20 -0500 Original-Received: by mail-wi0-f180.google.com with SMTP id bs8so862266wib.1 for ; Thu, 22 Jan 2015 23:44:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EhUg0Rqrw7kYvr94Bk6//CBrnhRyAAV696NfrdXoV10=; b=g0lkBcA/Yk8c2i109OgvmJs81AjLo7vkk9k1VWo62wRPtBBl0SRf225mW31Ue7daop oQAHqh/xUXHtiLgFXfebYRtrNpANgStthZ28mUrIBRwoFyTV9Hr0+cYaK+UnJ+GFGwiR TjqHeWl472OEZEgzqNxU6B/eQ/C6Vo6LsvPJ/e2skh1Ij0Q8vE7ariZ0Cb/7JXa0Ra84 gF8pMO+ufWm6e1E6bT24D5Fzhb2diEyDmPnWXKf9DmPSlSxDxzk2iaGmgG6z2wBiZIBW WtlpddCAsqGBfNl1zczRNof/wplEJxt6BC2BX8A/UBeipLDTdTKfGU+KwO5R3P6a/SOL LRzA== X-Received: by 10.180.37.197 with SMTP id a5mr1042373wik.2.1421999056640; Thu, 22 Jan 2015 23:44:16 -0800 (PST) Original-Received: by 10.27.137.137 with HTTP; Thu, 22 Jan 2015 23:44:16 -0800 (PST) In-Reply-To: <54C15ECA.5050008@dancol.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::234 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:181652 Archived-At: On Thu, Jan 22, 2015 at 9:34 PM, Daniel Colascione wrote: > We already have plenty of libraries defining "control flow" structures; > look at all the anaphoric-if libraries out there. ITYM "lexical > structure", not "control structure". Could you please add a link to the mentioned anaphoric-if libraries? I'm curious how many there are.