From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1goS3s-0005OZ-TN for mharc-gwl-devel@gnu.org; Tue, 29 Jan 2019 07:00:16 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goS3r-0005OL-O1 for gwl-devel@gnu.org; Tue, 29 Jan 2019 07:00:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goS3o-0001Mn-2L for gwl-devel@gnu.org; Tue, 29 Jan 2019 07:00:15 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21094) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1goS3n-0001MH-PC for gwl-devel@gnu.org; Tue, 29 Jan 2019 07:00:12 -0500 References: <87bm40qta0.fsf@elephly.net> From: Ricardo Wurmus In-reply-to: Date: Tue, 29 Jan 2019 12:44:34 +0100 Message-ID: <87y373pu1p.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: support for containers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zimoun Cc: gwl-devel@gnu.org zimoun writes: >> -(define (procedure->gexp process) >> +(define* (procedure->gexp process #:key (container? #t)) >> "Transform the procedure of PROCESS to a G-expression or return the >> plain S-expression." > > Why the default is #t ? Just for testing. This is work in progress. -- Ricardo