Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32081

Re: Re: while expression feature proposal

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <driscoll@cs.wisc.edu>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.022
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'heavily': 0.04; 'that?': 0.05; 'subject:while': 0.09; 'filename:fname piece:signature': 0.16; 'general.': 0.16; 'left,': 0.16; 'simpson': 0.16; 'subject:expression': 0.16; 'wrote:': 0.17; 'assignment': 0.22; 'visible': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'used,': 0.27; 'probably': 0.29; "i'm": 0.29; 'to:addr:python-list': 0.33; 'nature': 0.35; 'pm,': 0.35; 'something': 0.35; 'but': 0.36; 'quite': 0.37; 'far': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'think': 0.40; 'your': 0.60; 'most': 0.61; 'interest': 0.62; 'obvious': 0.71; "'from'": 0.84
Date Wed, 24 Oct 2012 18:19:54 -0500
From Evan Driscoll <driscoll@cs.wisc.edu>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:10.0.8) Gecko/20121012 Thunderbird/10.0.8
MIME-Version 1.0
To python-list@python.org
Subject Re: Re: while expression feature proposal
References <50886398.5050301@tim.thechases.com> <20121024222656.GA32708@cskk.homeip.net>
In-Reply-To <20121024222656.GA32708@cskk.homeip.net>
X-Enigmail-Version 1.4
Content-Type multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig84D294DFD7FBD11BCE2BF71A"
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2806.1351120814.27098.python-list@python.org> (permalink)
Lines 50
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1351120814 news.xs4all.nl 6987 [2001:888:2000:d::a6]:50032
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:32081

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On 10/24/2012 05:26 PM, Cameron Simpson wrote:
> But I'm still -0 on it, because it supplants the glaringly obvious:
> 
>   m = ...
> 
> assignment with the far less in your face:
> 
>   possibly-long-expr as m
> 
> and I think it would get quite heavily used, to the detriment of
> assignment readability in general. At present the nature of most effects
> is at the left. An assignment is obvious on the left, an if/with/while/etc
> is visible at the left.

In the interest of brainstorming, what about

   while VAR from EXPR:

or something like that? I don't think I like 'from' on a couple counts,
but there's probably some word that fits.

Evan

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Re: while expression feature proposal Evan Driscoll <driscoll@cs.wisc.edu> - 2012-10-24 18:19 -0500

csiph-web