From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.user Subject: Re: status: separation of expansion/optimization/memoization/execution Date: 05 Aug 2002 20:11:00 +0200 Sender: guile-user-admin@gnu.org Message-ID: <33322.8253447034$1028571123@news.gmane.org> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028571123 26575 127.0.0.1 (5 Aug 2002 18:12:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 5 Aug 2002 18:12:03 +0000 (UTC) Cc: guile-devel@gnu.org, guile-user@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17bmKn-0006uG-00 for ; Mon, 05 Aug 2002 20:12:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bmKp-0000jy-00; Mon, 05 Aug 2002 14:12:03 -0400 Original-Received: from krusty.dt.e-technik.uni-dortmund.de ([129.217.163.1] helo=mail.dt.e-technik.uni-dortmund.de) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bmKh-0000jV-00; Mon, 05 Aug 2002 14:11:55 -0400 Original-Received: from burns.dt.e-technik.uni-dortmund.de (burns.dt.e-technik.uni-dortmund.de [129.217.163.19]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 35020A3831; Mon, 5 Aug 2002 20:11:54 +0200 (CEST) Original-Received: by burns.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id 02C8AF40A; Mon, 5 Aug 2002 20:11:01 +0200 (CEST) Original-To: Dirk Herrmann In-Reply-To: Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:781 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:781 Dirk Herrmann writes: > Basically, with the changes above everythings still works as before, that > is, expansion and friends are still executed dynamically during execution. > However, the functionality of each of the builtin-mmacros is more cleanly > separated into different tasks with different responsibilities. And, I > have added more exhaustive syntax checks into the expand_foo functions. Hmm, what is the purpose of this seperation? As far as I can see, the important thing is the separate memoization from execution, not the various stages of memoization itself. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user