Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'coding,': 0.09; 'received:209.85.160.174': 0.09; 'received:mail- gy0-f174.google.com': 0.09; 'statement.': 0.09; 'am,': 0.12; 'lisp': 0.16; 'lisp,': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.16; 'language': 0.17; 'cheers,': 0.18; 'cc:no real name:2**0': 0.20; "doesn't": 0.22; 'cc:2**0': 0.22; 'header:In- Reply-To:1': 0.22; 'variable': 0.24; 'aug': 0.24; 'object,': 0.24; 'code': 0.25; 'url:wiki': 0.25; 'message-id:@mail.gmail.com': 0.29; "won't": 0.29; 'cc:addr:python.org': 0.30; "it'd": 0.30; 'sun,': 0.30; 'yes.': 0.30; 'chris': 0.32; 'expression': 0.32; 'yet': 0.32; 'it.': 0.33; 'probably': 0.33; "i've": 0.34; 'assignment': 0.34; 'received:209.85.160': 0.35; 'useful': 0.36; 'with.': 0.37; 'but': 0.37; 'some': 0.38; 'received:google.com': 0.38; 'url:org': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'url:en': 0.39; "i'd": 0.40; 'where': 0.40; 'more': 0.60; 'world': 0.62; 'sans': 0.64; 'day,': 0.65; 'subject:line': 0.73; 'sender:addr:chris': 0.84; 'supposedly': 0.84; "everything's": 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=n1UCcT669hhxWew0rRrCojP40/cCd3owDu43uKWBPdk=; b=bBIXLZkeddXr/Hlg/ZeJkyrGE+32pZI9XIqKT/iG5XXUPRNNdfQoa8JRp3I/SDfw/P p5LUyXm8lufbKmOuIt8OD0ddsVPfyZNVwgkP+YTVXX0i0impgvaqmAbEn36gXCNjnHnJ vKQKifhsK7tojfR9BqCd0cFvzFpp2FQhsLgmQ= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: References: <1312951356.77394.YahooMailNeo@web121518.mail.ne1.yahoo.com> <1312981104.89312.YahooMailNeo@web121520.mail.ne1.yahoo.com> <1312982377.95657.YahooMailNeo@web121508.mail.ne1.yahoo.com> <87fwl9hr4r.fsf@benfinney.id.au> <4e43cb2a$0$29986$c3e8da3$5496439d@news.astraweb.com> <74c2421f-28a0-4a8d-bf74-4eebacfb74f1@d7g2000vbv.googlegroups.com> <92b8f192-d7fc-4c60-87ad-71b12652f3a2@k8g2000yqk.googlegroups.com> <4e45ab9d$0$30002$c3e8da3$5496439d@news.astraweb.com> <4e4774ed$0$29982$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 14 Aug 2011 01:44:05 -0700 X-Google-Sender-Auth: BjJ-9rBuQYrnBvSM2VKfJFGfcH4 Subject: Re: allow line break at operators From: Chris Rebert To: Chris Angelico Content-Type: text/plain; charset=UTF-8 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313311449 news.xs4all.nl 23967 [2001:888:2000:d::a6]:52746 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11375 On Sun, Aug 14, 2011 at 1:34 AM, Chris Angelico wrote: > Yes. Not everything's an expression; a block of code is not an > expression that returns a code object, and variable assignment is a > statement. Some day, I'd like to play around with a language where > everything's an expression and yet it doesn't look like LISP - just > for the fun of it. It probably won't be any more useful for real world > coding, but it'd be fun to tinker with. I've heard that Dylan is supposedly Lisp, sans parens. http://en.wikipedia.org/wiki/Dylan_(programming_language) Cheers, Chris