Call by binding [was Re: [Tutor] beginning to code]
Gregory Ewing
greg.ewing at canterbury.ac.nz
Sun Sep 24 18:39:54 EDT 2017
More information about the Python-list mailing list
Sun Sep 24 18:39:54 EDT 2017
- Previous message (by thread): Call by binding [was Re: [Tutor] beginning to code]
- Next message (by thread): Call by binding [was Re: [Tutor] beginning to code]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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! -- Greg
- Previous message (by thread): Call by binding [was Re: [Tutor] beginning to code]
- Next message (by thread): Call by binding [was Re: [Tutor] beginning to code]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list