From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86820 invoked by alias); 17 Mar 2017 16:00:50 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 86371 invoked by uid 89); 17 Mar 2017 16:00:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=xxx X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Mar 2017 16:00:48 +0000 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1couJ4-00007a-9v; Fri, 17 Mar 2017 17:00:46 +0100 Received: from 76-9-84-127-rt-broadband-01.broadband.oakhurst.sti.net ([76.9.84.127] helo=localhost.localdomain) by mailfront12.runbox.com with esmtpsa (uid:757155 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1couIP-0003jE-9z; Fri, 17 Mar 2017 17:00:06 +0100 Subject: Re: StackOverflowError in a specialized map To: Damien MATTEI References: <201703151608.33735.Damien.Mattei@unice.fr> <201703171137.33718.Damien.Mattei@unice.fr> Cc: Kawa mailing list From: Per Bothner Message-ID: Date: Fri, 17 Mar 2017 16:00:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201703171137.33718.Damien.Mattei@unice.fr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-q1/txt/msg00085.txt.bz2 On 03/17/2017 03:37 AM, Damien MATTEI wrote: >> You can also try replacing: >> >> (apply map-nil function (map XXX)) >> >> by splice-notation: >> >> (map-nil function @(map XXX)) > not available seems in scheme you cannot do @something only ,@something > it exists only unquote-splicing General splicing is a Kawa extension, not available in portable Scheme. -- --Per Bothner per@bothner.com http://per.bothner.com/