From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Clinton Ebadi Newsgroups: gmane.lisp.guile.devel Subject: Re: bug in syncase Date: Thu, 14 Nov 2002 23:10:17 -0500 Sender: guile-devel-admin@gnu.org Message-ID: <200211142310.17723.clinton@unknownlamer.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1037334041 19892 80.91.224.249 (15 Nov 2002 04:20:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2002 04:20:41 +0000 (UTC) Cc: guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18CXyB-0005Ai-00 for ; Fri, 15 Nov 2002 05:20:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CXwL-00036I-00; Thu, 14 Nov 2002 23:18:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18CXlU-0006LC-00 for guile-devel@gnu.org; Thu, 14 Nov 2002 23:07:32 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18CXlQ-0006KX-00 for guile-devel@gnu.org; Thu, 14 Nov 2002 23:07:31 -0500 Original-Received: from out002pub.verizon.net ([206.46.170.141] helo=out002.verizon.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CXlQ-0006KT-00 for guile-devel@gnu.org; Thu, 14 Nov 2002 23:07:28 -0500 Original-Received: from vsynth ([151.196.175.109]) by out002.verizon.net (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20021115040726.GNAH12845.out002.verizon.net@vsynth>; Thu, 14 Nov 2002 22:07:26 -0600 Original-Received: from clinton by vsynth with local (Exim 3.35 #1 (Debian)) id 18CXoA-0001pK-00; Thu, 14 Nov 2002 23:10:18 -0500 Original-To: Dirk Herrmann , Marius Vollmer User-Agent: KMail/1.4.2 In-Reply-To: X-Authentication-Info: Submitted using SMTP AUTH LOGIN at out002.verizon.net from [151.196.175.109] at Thu, 14 Nov 2002 22:07:26 -0600 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1707 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1707 On Thursday 14 November 2002 06:59, Dirk Herrmann wrote: > the separation of memoization and execution is going forward. However, > there is one thing that I cannot solve by myself (or at least, which wo= uld > take me too long). Guile now does not accept the following any more: > > guile> define > ERROR: In procedure expression: > ERROR: Misplaced syntactic keyword > ABORT: (misc-error) That shouldn't be a bug. In every other scheme system that is a perfectly= =20 valid statement since there are no "magic" operators in Scheme. I don't s= ee=20 the advantage of making it impossible to do things like this. Guile shoul= d be=20 fixed, not syncase. --=20 http://unknownlamer.org The root of unspoken fear The root grows deep in my heart A dark cold sound tears at my life _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel