On 2016-10-01, Chris Angelico <ros...@gmail.com> wrote:
> On Sat, Oct 1, 2016 at 11:41 PM,  <nicolasessisbre...@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?

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to