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


Groups > comp.lang.python > #32081 > unrolled thread

Re: Re: while expression feature proposal

Started byEvan Driscoll <driscoll@cs.wisc.edu>
First post2012-10-24 18:19 -0500
Last post2012-10-24 18:19 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#32081 — Re: Re: while expression feature proposal

FromEvan Driscoll <driscoll@cs.wisc.edu>
Date2012-10-24 18:19 -0500
SubjectRe: Re: while expression feature proposal
Message-ID<mailman.2806.1351120814.27098.python-list@python.org>

[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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web