From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: slowness in guile 1.8 Date: Sat, 26 May 2007 12:57:46 +0200 Message-ID: <1180177066.21081.2.camel@localhost.localdomain> References: <1180110804.4388.16.camel@localhost.localdomain> <87tzu0pybk.fsf@chbouib.org> <1180176594.4388.29.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1180177080 25452 80.91.229.12 (26 May 2007 10:58:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 May 2007 10:58:00 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 26 12:57:59 2007 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hrty7-0001TF-QL for guile-devel@m.gmane.org; Sat, 26 May 2007 12:57:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hrty7-00037V-Gp for guile-devel@m.gmane.org; Sat, 26 May 2007 06:57:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hrty3-00037Q-0p for guile-devel@gnu.org; Sat, 26 May 2007 06:57:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hrty0-00037C-KX for guile-devel@gnu.org; Sat, 26 May 2007 06:57:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hrty0-000379-Fp for guile-devel@gnu.org; Sat, 26 May 2007 06:57:48 -0400 Original-Received: from ambient.dashsystems.com ([216.27.85.7] helo=kettle.ambient-hosting.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hrty0-0000UF-4f for guile-devel@gnu.org; Sat, 26 May 2007 06:57:48 -0400 Original-Received: from localhost.localdomain (ambient-hosting.net [10.1.6.1]) by kettle.ambient-hosting.net (Postfix) with ESMTP id 5C1B38808E for ; Sat, 26 May 2007 06:57:47 -0400 (EDT) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id A97ED11952E; Sat, 26 May 2007 12:57:46 +0200 (CEST) In-Reply-To: <1180176594.4388.29.camel@localhost.localdomain> X-Mailer: Evolution 2.10.1 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6618 Archived-At: Replying to myself, On Sat, 2007-05-26 at 12:49 +0200, Andy Wingo wrote: > On Fri, 2007-05-25 at 20:12 +0200, Ludovic Court=C3=A8s wrote: > > (pass-if "binding is created before expression is evaluated" > > (=3D (eval '(begin > > (define foo > > (begin > > (set! foo 1) > > (+ foo 1))) > > foo) > > (interaction-environment)) > > 2)) This test case was added by Dirk in on 26 April 2004: http://cvs.savannah.gnu.org/viewvc/guile/guile-core/test-suite/tests/syntax= .test?root=3Dguile&view=3Dlog#rev1.33 The commit message is interesting. It is also when he reordered the lines in scm_m_define. I do think that its intention fails though; to me the above is not valid Scheme. Regards, Andy. --=20 http://wingolog.org/ _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel