Official definition of call-by-value (Re: Finding the instance reference...)

greg greg at cosc.canterbury.ac.nz
Fri Nov 21 21:53:25 EST 2008


Aaron Brady wrote:

> Call-by-value has other characteristics that Python does not
> meet.

The designers of most other dynamic languages don't
seem to share that opinion, since they use the term
call-by-value just as though it *does* mean call-
by-assignment and nothing more.

-- 
Greg



More information about the Python-list mailing list