From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: illegal uses of define in guile Date: 19 Oct 2002 17:44:49 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87ptu6xwjy.fsf@zagadka.ping.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035042315 2230 80.91.224.249 (19 Oct 2002 15:45:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2002 15:45:15 +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 182vms-0000Zi-00 for ; Sat, 19 Oct 2002 17:45:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 182vms-0001Rq-00; Sat, 19 Oct 2002 11:45:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 182vmd-0001Dv-00 for guile-devel@gnu.org; Sat, 19 Oct 2002 11:44:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 182vmW-0000ur-00 for guile-devel@gnu.org; Sat, 19 Oct 2002 11:44:57 -0400 Original-Received: from mail.dokom.net ([195.253.8.218]) by monty-python.gnu.org with esmtp (Exim 4.10) id 182vmV-0000rk-00 for guile-devel@gnu.org; Sat, 19 Oct 2002 11:44:51 -0400 Original-Received: from dialin.speedway42.dip160.dokom.de ([195.138.42.160] helo=zagadka.ping.de ident=qmailr) by mail.dokom.net with smtp (Exim 3.32 #2) id 182vn1-0006ML-00 for guile-devel@gnu.org; Sat, 19 Oct 2002 17:45:23 +0200 Original-Received: (qmail 2545 invoked by uid 1000); 19 Oct 2002 15:44:49 -0000 Original-To: Dirk Herrmann In-Reply-To: Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:1572 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1572 Dirk Herrmann writes: > Summarized: > * The compiler must be able to emit code that allows references to > identifiers to be looked up at use time (that is, in the executor). > * The executor must be able to handle definitions. > * Once a binding has been referenced, the binding should not change. Yes, that's exactly the way I see it as well. The constraints that new-model.txt puts on the module system work in this direction. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel