[Numpy-discussion] numpy and C99

David Cournapeau cournape at gmail.com
Fri Oct 23 10:09:55 EDT 2009


On Fri, Oct 23, 2009 at 10:21 PM, Darren Dale <dsdale24 at gmail.com> wrote:
> Can we use features of C99 in numpy? For example, can we use "//"
> style comments, and C99 for statements "for (int i=0, ...) "?

No, and most likely never will. Even Visual Studio 2010 does not
handle basic C99.

David



More information about the NumPy-Discussion mailing list