On Wed, Mar 25, 2009 at 12:00 AM, Dag Sverre Seljebotn <[email protected]> wrote: > Gabriel Gellner wrote: >>> [X] No, that would bloat the language and/or the compiler/project too >>> much, I'd prefer to see this in a standalone tool/plugin >>> >>> >> Just my opinion, but f2py rocks at this, so it seems like a distraction to >> me. >> > That's certainly a valid argument against this.
One potentially big advantage of cython is the ability to generate C code compatible with python 3. I don't know how much work would be required for f2py to do this, but if that's a non trivial task, then it definitely make sense for cython to do this. I don't know enough about cython architecture to know whether a plugin or first-class support is better. cheers, David _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
