Javascript is turning into Python?!

Paul Rubin http
Fri Nov 3 19:16:52 EST 2006


"Carl Banks" <pavlovevidence at gmail.com> writes:
> > http://developer.mozilla.org/en/docs/New_in_JavaScript_1.7
> Maybe in exchange, Python can borrow the let statement.

Maybe the with statement could be extended to allow binding more than
one variable.  
    with x as f(), y as g():
       blah (x, y)



More information about the Python-list mailing list