On Sun, Oct 2, 2016 at 11:18 AM, Raoul Fleckman <raoul.fleck...@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 -- https://mail.python.org/mailman/listinfo/python-list