Newbie question. Are those different objects ?

Gregory Ewing greg.ewing at canterbury.ac.nz
Fri Dec 20 16:56:38 EST 2013


rusi wrote:
> Good idea. Only you were beaten to it by about 2 decades.

More than 2, I think.

Lisp: (setq x y)

Algol: x := y

Smalltalk: x <- y (where <- is a "left arrow" character)

Cobol: MOVE X TO Y

-- 
Greg



More information about the Python-list mailing list