Pseudocode in the wikipedia

Bill Mill bill.mill at gmail.com
Fri Apr 1 15:34:42 EST 2005


On Apr 1, 2005 3:15 PM, James Stroud <jstroud at mbi.ucla.edu> wrote:
> Is anybody else bothered by those stupid pascal-like ":=" assignment
> operators?
> 

I actually like them. I think that the = should be a comparison
operator, not a silly ==. I think that comparisons using = are much
clearer, especially since you often write many of them in a row,
whereas you almost always make one assignment per line.

I use := every day in PL/SQL, and it's one of the few positive
syntactical features of the language.

Peace
Bill Mill
bill.mill at gmail.com



More information about the Python-list mailing list