From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dirk Herrmann Newsgroups: gmane.lisp.guile.devel Subject: Re: New syntax: (: MODULE-NAME VARIABLE-NAME) Date: Sun, 16 Nov 2003 09:02:39 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <3FB72F1F.2080005@dirk-herrmanns-seiten.de> References: <87brrgw32m.fsf@zagadka.ping.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1068969074 29831 80.91.224.253 (16 Nov 2003 07:51:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2003 07:51:14 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Nov 16 08:51:11 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALHgd-0006Un-00 for ; Sun, 16 Nov 2003 08:51:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALIc0-0004YG-Fv for guile-devel@m.gmane.org; Sun, 16 Nov 2003 03:50:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ALIba-0004YB-4Q for guile-devel@gnu.org; Sun, 16 Nov 2003 03:50:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ALIb3-0004QN-4j for guile-devel@gnu.org; Sun, 16 Nov 2003 03:50:00 -0500 Original-Received: from [212.227.126.189] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALIb2-0004O9-Mw for guile-devel@gnu.org; Sun, 16 Nov 2003 03:49:28 -0500 Original-Received: from [212.227.126.209] (helo=mrelayng.kundenserver.de) by moutng6.kundenserver.de with esmtp (Exim 3.35 #1) id 1ALHdb-0007Qd-00 for guile-devel@gnu.org; Sun, 16 Nov 2003 08:48:03 +0100 Original-Received: from [80.131.32.115] (helo=dirk-herrmanns-seiten.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1ALHda-0002SZ-00; Sun, 16 Nov 2003 08:48:02 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: de, en Original-To: Marius Vollmer In-Reply-To: <87brrgw32m.fsf@zagadka.ping.de> X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3031 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3031 Marius Vollmer wrote: >Hi, > >what about making the changes below? The only unclean thing is that >we would need to change the interpretation of a single ':'. The colon >is such a natural choice, but we could avoid that uncleanliness by >using some other symbol. Which one? > Hi, I think it would be nice to have such a shortcut. However, there is a problem we should consider first, before providing such a thing: Do you mean ':' to refer to syntactic bindings also? This would influence the memoizing phase, when memoizing is separately performed before execution. Best regards Dirk _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel