Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'xml,': 0.05; 'subject:help': 0.07; 'python': 0.09; 'cc:addr :python-list': 0.10; 'aug': 0.13; ':-)': 0.13; '"-"': 0.16; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'identifiers': 0.16; 'language?': 0.16; 'languages)': 0.16; 'lisp': 0.16; 'message-id:@tim.thechases.com': 0.16; 'received:70.251': 0.16; 'received:dsl.rcsntx.swbell.net': 0.16; 'received:rcsntx.swbell.net': 0.16; 'received:swbell.net': 0.16; 'roy': 0.16; 'subject:user': 0.16; 'wrote:': 0.17; '>>>': 0.18; 'code.': 0.20; 'trying': 0.21; 'css,': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.28; 'character': 0.29; 'unlike': 0.30; 'html,': 0.33; 'open': 0.35; 'does': 0.37; 'subject:: ': 0.38; 'there,': 0.38; 'where': 0.40; 'your': 0.60; 'smith': 0.71; 'cobol': 0.84; 'memories': 0.84; 'received:50.22': 0.84; 'dennis': 0.91 Date: Sun, 05 Aug 2012 20:27:07 -0500 From: Tim Chase User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111120 Icedove/3.1.16 MIME-Version: 1.0 To: Dennis Lee Bieber Subject: Re: Intermediate Python user needed help References: <506eb405-eb07-4175-9efb-40475cabacf1@googlegroups.com> <501EDFB6.3050507@tim.thechases.com> <501EE1D4.4080809@mrabarnett.plus.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Source: X-Source-Args: X-Source-Dir: Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1344216355 news.xs4all.nl 6870 [2001:888:2000:d::a6]:42352 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26600 On 08/05/12 20:15, Dennis Lee Bieber wrote: > On Sun, 05 Aug 2012 19:32:26 -0400, Roy Smith declaimed >>> Though not a lisper, the Python tie-in was my reply: Python (among >>> many other languages) doesn't allow a "-" as a character in >>> identifiers as you appeared to use it in your code. Unlike HTML, >>> XML, CSS, and apparently lisp and COBOL (thanks, MRAB, for ripping >>> open that scab after years of trying to repress those COBOL memories >>> :-) where identifiers may contain the dash. >> >> Does BNF count as a language? > > It's a meta-language I see what you did there, using a dash in your identifier... -tkc