[Numpy-discussion] numpy and C99

David Cournapeau cournape at gmail.com
Fri Oct 23 15:54:20 EDT 2009


On Fri, Oct 23, 2009 at 11:41 PM, Sturla Molden <sturla at molden.no> wrote:

> Except for automatic arrays, they do support some of the more important
> parts of C99 as extensions to C89:
>
> inline functions
> restrict qualifier
> for (int i=0; i<; i++)

No, it doesn't. The above only works in C++ mode, not in C mode.
Visual Studio supports almost none of the useful C99 (VL array,
complex number). The VS team has clearly stated that they don't care
about updating C support.

David



More information about the NumPy-Discussion mailing list