Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'essentially': 0.04; 'syntax': 0.04; 'subject:Python': 0.06; 'python': 0.11; 'ast': 0.16; 'finney': 0.16; 'fork': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'language)': 0.16; 'thread,': 0.16; 'wrote:': 0.18; 'else,': 0.19; 'header:User-Agent:1': 0.23; '(or': 0.24; 'define': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'another': 0.32; 'could': 0.34; 'subject: (': 0.35; 'editor': 0.35; 'format.': 0.36; 'possible': 0.36; 'subject:New': 0.37; 'message-id:@gmail.com': 0.38; 'ben': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'then,': 0.60; 'free': 0.61; 'mentioned': 0.61; "you're": 0.61; 'personal': 0.63; 'charset:windows-1252': 0.65; 'suits': 0.84; 'canonical': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sun, 19 Apr 2015 11:15:40 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: New to Python - block grouping (spaces) References: <9fc57fc9-0399-4ff3-882a-d041f02827d8@googlegroups.com> <6580b5d5-92f5-4bfa-b1d0-889c69fe82bb@googlegroups.com> <87k2x9yl7w.fsf@elektro.pacujo.net> In-Reply-To: <87k2x9yl7w.fsf@elektro.pacujo.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1429463769 news.xs4all.nl 2871 [2001:888:2000:d::a6]:53834 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89162 On 04/18/2015 01:00 AM, Marko Rauhamaa wrote: > Ben Finney : > >> If you only write programs that will only ever be read by you and >> no-one else, feel free to maintain a fork of Python (or any other >> language) that suits your personal preferences. > > It would be possible to define a canonical AST storage format. Then, > your editor could "incarnate" the AST in the syntax of your choosing. As was just mentioned in another part of the thread, what you're describing is essentially LISP.