From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kjetil Svalastog Matheussen Newsgroups: gmane.lisp.guile.user Subject: Order of the evaluation of elements in a quasiquote list. Date: Sat, 2 Apr 2005 20:52:19 +0200 (CEST) Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1112469866 13265 80.91.229.2 (2 Apr 2005 19:24:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2005 19:24:26 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Apr 02 21:24:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DHoDt-00082d-QT for guile-user@m.gmane.org; Sat, 02 Apr 2005 21:23:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHnzU-0000vB-Ec for guile-user@m.gmane.org; Sat, 02 Apr 2005 14:09:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHnup-0007hq-9X for guile-user@gnu.org; Sat, 02 Apr 2005 14:04:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHnuX-0007Yu-V4 for guile-user@gnu.org; Sat, 02 Apr 2005 14:03:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHnuW-0007VL-CJ for guile-user@gnu.org; Sat, 02 Apr 2005 14:03:56 -0500 Original-Received: from [129.240.130.16] (helo=pat.uio.no) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DHnjb-0004RN-Dl for guile-user@gnu.org; Sat, 02 Apr 2005 13:52:39 -0500 Original-Received: from mail-mx2.uio.no ([129.240.10.30]) by pat.uio.no with esmtp (Exim 4.43) id 1DHnjL-0006Ii-Sm for guile-user@gnu.org; Sat, 02 Apr 2005 20:52:24 +0200 Original-Received: from notam02.uio.no ([129.240.197.34] helo=bruno.localdomain) by mail-mx2.uio.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.43) id 1DHnjI-000087-GY for guile-user@gnu.org; Sat, 02 Apr 2005 20:52:20 +0200 Original-Received: from bruno.localdomain (bruno [127.0.0.1]) by bruno.localdomain (8.12.10/8.12.10) with ESMTP id j32IqJhH022624 for ; Sat, 2 Apr 2005 20:52:20 +0200 Original-Received: from localhost (kjetism@localhost) by bruno.localdomain (8.12.10/8.12.10/Submit) with ESMTP id j32IqJFF022620 for ; Sat, 2 Apr 2005 20:52:19 +0200 X-Authentication-Warning: bruno.localdomain: kjetism owned process doing -bs X-X-Sender: kjetism@bruno Original-To: guile-user@gnu.org X-UiO-Spam-info: not spam, SpamAssassin (score=-2.336, required 12, autolearn=disabled, ALL_TRUSTED -2.82, AWL 0.48) 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:4329 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4329 Hi, I have recently stumbled upon various bugs in my code because the order of the evaluation of the elements in a quasiquote list changes. I know that the order of arguments aren't specified in r5rs, but I personally think it would have been very practicaly if they were... Please, I don't want to start a flame war, I read comp.lang.scheme, I just want to know if there is a quick way in Guile to get left-to-right evaluation order for quasiquoted lists? -- _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user