announcing fython

Steve D'Aprano steve+python at pearwood.info
Sat Oct 1 22:54:44 EDT 2016


On Sun, 2 Oct 2016 11:18 am, Raoul Fleckman wrote:

> Interested to hear the answers to those questions, and whether Fython is
> pass by reference (Fortran) or value (python, unless passing a list, for
> example); 

That's not how Python works. Ints and lists are passed exactly the same way,
neither by value nor by reference.

http://import-that.dreamwidth.org/1130.html



-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.




More information about the Python-list mailing list