announcing fython
Steve D'Aprano
steve+python at pearwood.info
Sat Oct 1 22:54:44 EDT 2016
More information about the Python-list mailing list
Sat Oct 1 22:54:44 EDT 2016
- Previous message (by thread): announcing fython
- Next message (by thread): announcing fython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): announcing fython
- Next message (by thread): announcing fython
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list