From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45223) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1Xc3-00081k-30 for gwl-devel@gnu.org; Tue, 11 Feb 2020 10:38:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1Xc2-00059w-86 for gwl-devel@gnu.org; Tue, 11 Feb 2020 10:38:11 -0500 Received: from mail-qv1-xf34.google.com ([2607:f8b0:4864:20::f34]:40117) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j1Xc2-00059k-4i for gwl-devel@gnu.org; Tue, 11 Feb 2020 10:38:10 -0500 Received: by mail-qv1-xf34.google.com with SMTP id dp13so5155146qvb.7 for ; Tue, 11 Feb 2020 07:38:10 -0800 (PST) MIME-Version: 1.0 References: <87h801p818.fsf@elephly.net> <87h800u84z.fsf@kyleam.com> <87a75spx3i.fsf@elephly.net> <877e0vq5iy.fsf@elephly.net> <875zgfosvi.fsf@elephly.net> <87zhdqnndg.fsf@elephly.net> <87y2t9o4b3.fsf@elephly.net> In-Reply-To: <87y2t9o4b3.fsf@elephly.net> From: zimoun Date: Tue, 11 Feb 2020 16:37:58 +0100 Message-ID: Subject: Re: Preparing for a new release Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gwl-devel-bounces+kyle=kyleam.com@gnu.org Sender: "gwl-devel" To: Ricardo Wurmus Cc: gwl-devel@gnu.org On Tue, 11 Feb 2020 at 10:34, Ricardo Wurmus wrote: > It is now possible to leave off the leading period as code snippets can > now be in procedure application position returning themselves. > > --8<---------------cut here---------------start------------->8--- > process foo > inputs > . "something" > . samples: "a" "b" "c" > procedure > define second-sample > pick second samples: inputs > # { echo {{second-sample}} } > --8<---------------cut here---------------end--------------->8--- > > Ah, that=E2=80=99s better! Really cool! Thank you