Antoon Pardon <antoon.par...@rece.vub.ac.be>:

> You can do something like that in simula, but only because
> simula has two kinds of assignments. One kind that is
> simular to python and one that is similar to C.
> The one that is similar that python is the reference assignment.

I see Python as doing the exact same thing with variables as C.

What is different is that in Python, every expression evaluates to a
pointer. Thus, you can only assign pointers to variables.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to