From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mario Storti Newsgroups: gmane.lisp.guile.user Subject: rest arguments in let-keywords Date: Tue, 17 May 2005 21:07:06 -0500 (CDT) Message-ID: <20050518020706.38959.qmail@web60414.mail.yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1116422476 7874 80.91.229.2 (18 May 2005 13:21:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 May 2005 13:21:16 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed May 18 15:21:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DYOSG-0000Dl-6N for guile-user@m.gmane.org; Wed, 18 May 2005 15:19:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYOUh-0005X6-CE for guile-user@m.gmane.org; Wed, 18 May 2005 09:21:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DYE3z-0006Qh-9B for guile-user@gnu.org; Tue, 17 May 2005 22:13:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DYE3x-0006QE-0C for guile-user@gnu.org; Tue, 17 May 2005 22:13:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DYE3s-00062D-R3 for guile-user@gnu.org; Tue, 17 May 2005 22:13:31 -0400 Original-Received: from [209.73.178.157] (helo=web60414.mail.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1DYE5c-0002pi-EQ for guile-user@gnu.org; Tue, 17 May 2005 22:15:16 -0400 Original-Received: (qmail 38961 invoked by uid 60001); 18 May 2005 02:07:06 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=zuukKAJVAv4kW2dPgry3TtMHP5BSCKH64AFWhVNiUfIVv1IC6M8tNu8QkG/4w61fbMmCbDmrIPF6vfcnMVXblfnwWpBtMxMjV2bCSDy3PM4QcNfkqqM0bo+UuigXZs1Ssy8eQIjdtEy3gJHDMTEo5VdMwTiKrYnI05Fx/tnM0Xc= ; Original-Received: from [208.51.141.81] by web60414.mail.yahoo.com via HTTP; Tue, 17 May 2005 21:07:06 CDT Original-To: guile-user@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:4522 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4522 I want to use let-keywords, however it bothers to me the fact that the rest arguments keeps the keyword arguments, so that I have to write code to eliminate them. I read that this is for comptability with Common Lisp. Is there an easy way to get the rest arguments _without_ the keyword arguments? TIA, Mario ------------------------- Mario Alberto Storti Centro Internacional de Metodos Computacionales en Ingenieria - CIMEC (INTEC/CONICET-UNL) INTEC, Guemes 3450 - 3000 Santa Fe, Argentina Tel/Fax: +54-342-4511594, cel: +54-342-156144983 e-mail: mstorti@intec.unl.edu.ar http://www.cimec.org.ar/mstorti, http://www.cimec.org.ar ------------------------- _________________________________________________________ Do You Yahoo!? Información de Estados Unidos y América Latina, en Yahoo! Noticias. Visítanos en http://noticias.espanol.yahoo.com _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user