announcing fython

Chris Angelico rosuav at gmail.com
Sat Oct 1 20:35:42 EDT 2016


On Sun, Oct 2, 2016 at 11:18 AM, Raoul Fleckman
<raoul.fleckman at gmail.com> 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); and then there's the 'little' matter of one-based (Fortran) or
> zero-based (python) arrays?

Python doesn't have two different pass-by-X conventions. Please read
and comprehend:

http://nedbatchelder.com/text/names1.html

ChrisA



More information about the Python-list mailing list