From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6136 invoked by alias); 6 Sep 2009 20:56:01 -0000 Received: (qmail 6126 invoked by uid 22791); 6 Sep 2009 20:56:01 -0000 X-SWARE-Spam-Status: No, hits=0.9 required=5.0 tests=AWL,BAYES_20,DNS_FROM_RFC_BOGUSMX,J_CHICKENPOX_12 X-Spam-Check-By: sourceware.org Received: from sebabeach.org (HELO sebabeach.org) (64.165.110.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 06 Sep 2009 20:55:48 +0000 Received: by sebabeach.org (Postfix, from userid 500) id 4BB616E3D7; Sun, 6 Sep 2009 13:55:47 -0700 (PDT) From: Doug Evans To: cgen@sourceware.org Subject: . prefix for builtin pmacro names changed to $ prefix? Message-Id: <20090906205547.4BB616E3D7@sebabeach.org> Date: Sun, 06 Sep 2009 20:56:00 -0000 X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00093.txt.bz2 Blech. .foo is not a valid r6rs symbol, and I'd like to work towards increased portability. So fyi I'm thinking of using "$" instead of ".". i.e. $iota, $hex, etc. P.S. -foo is not a valid r6rs symbol either. Double blech. It *might* be useful to just get rid of the leading "-" on "local" function names, but I kinda *like* it. So I'm thinking of replacing -foo with /foo.