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: macros, procedure->macro Date: 02 Jul 2002 00:14:07 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87adpbxfio.fsf@zagadka.ping.de> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1025561694 27952 127.0.0.1 (1 Jul 2002 22:14:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Jul 2002 22:14:54 +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.33 #1 (Debian)) id 17P9Re-0007Gj-00 for ; Tue, 02 Jul 2002 00:14:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17P9Rv-0006Oo-00; Mon, 01 Jul 2002 18:15:11 -0400 Original-Received: from dialin.speedway42.dip121.dokom.de ([195.138.42.121] helo=zagadka.ping.de) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17P9Qv-0006IF-00 for ; Mon, 01 Jul 2002 18:14:09 -0400 Original-Received: (qmail 4335 invoked by uid 1000); 1 Jul 2002 22:14:07 -0000 Original-To: Dirk Herrmann In-Reply-To: Original-Lines: 10 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:726 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:726 Dirk Herrmann writes: > 1) Some macro expert should check that replacing the call to > procedure->macro in boot-9.scm by a call to procedure->memoizing-macro is > safe. Err, I'm no macro expert, but I fully agree that "acros" and "macros" should be removed. So even if it would not be OK to just replace the use of procedure->macro with procedure->memoizing-macro, we need to find a solution that doesn't use the former. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel