Call by binding [was Re: [Tutor] beginning to code]

Antoon Pardon antoon.pardon at vub.be
Mon Sep 25 04:50:00 EDT 2017


Op 25-09-17 om 00:39 schreef Gregory Ewing:
> Dennis Lee Bieber wrote:
>>     "Binding" itself tends to be Python specific terminology -- in
>> that it
>> is the parameter /name/ that gets bound/attached to the argument
>> /object/.
>> It is the same method as used in any Python "assignment" statement,
>
> Which is why I think "call by assignment" would be
> a much better term!
>
But since the semantics of an assignment depends
on the language, "call by assignment" says nothing
abouth the semantics of the parameter passing.

-- 
Antoon Pardon




More information about the Python-list mailing list