Multi-dimensional list initialization

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed Nov 7 17:36:53 EST 2012


On Wed, 07 Nov 2012 17:17:02 +0000, MRAB wrote:

> The disadvantage of calling it "call by ..." is that it suggests that
> you're just talking about calling functions.

*shrug*

There are already two synonyms for this, "call by ..." and "pass by ...". 
They are old, venerable terms dating back to Algol and possibly even 
older. All the way back to Fortran perhaps?


> What about binding in general, eg "x = y"? Does it make sense to still
> call it "call by ..."?

Sure, why not? The person who prepares beef tartare or sushimi is still 
called the cook.


-- 
Steven



More information about the Python-list mailing list