announcing fython

Raoul Fleckman raoul.fleckman at gmail.com
Sat Oct 1 20:18:04 EDT 2016


On 2016-10-01, Chris Angelico <rosuav at gmail.com> wrote:
> On Sat, Oct 1, 2016 at 11:41 PM,  <nicolasessisbreton at gmail.com> wrote:
>> Fython permits to write numerical code with the same syntax then Python.
>> Under the hood, the code is transpiled to Fortran and run at top speed.
>
> How does this compare to Python+Numpy? How much faster is Fython, and
> what are the restrictions on the Python code?
>
> ChrisA

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?




More information about the Python-list mailing list