I'm leaning towards a -0.5 right now myself, simply because of the ambiguities that have been mentioned, python is anything but ambiguous, and that's a distinction I like about it, in every case I can think of python does what you'd expect without random oh, but there is this qualifier in this context .. (*cough* perl *cough* ruby *cough*).. even if I think I like the syntax, it doesn't really make sense to implement it at this time, or likely ever.<br>

<br>I got the inspiration for the idea from delphi/pascal, but in retrospect it turns out that the primary large (~1million lines) commercial app I worked on where we used that syntax (heavily I might add), they started to phase out the use of the with statement all over the code because of these same abiguities creating obscure difficult to track down bugs.<br>

<br><div class="gmail_quote">On Sat, Aug 15, 2009 at 6:19 AM, Antoine Pitrou <span dir="ltr"><<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">Prozacgod <prozacgod@...> writes:<br>
><br>
> My main motivation most likely is just that it would open up some very<br>
> interesting meta-programing or dynamic programming opportunities, variables<br>
> that exists entirely programmatically without the prefix of<br>
> object_instance.foo, surely just syntactical sugar to some (or even most) -<br>
<br>
</div>This sounds very PHP-like (doing indirections like $$foo because there isn't any<br>
powerful introspection or OO system, and many things (e.g. functions, classes)<br>
aren't first-class objects and can't be passed as parameters). I don't think<br>
Python should grow something like that; instead people should learn more<br>
structured ways of accessing data. getattr() and friends are powerful enough for<br>
playing access tricks.<br>
<br>
(in other words: -1 from me)<br>
<div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-ideas" target="_blank">http://mail.python.org/mailman/listinfo/python-ideas</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-Prozacgod<br><br>"Prozac may heal the mind, but friends can mend the soul"<br>