[Numpy-discussion] numpy and C99

Dag Sverre Seljebotn dagss at student.matnat.uio.no
Fri Oct 23 10:03:14 EDT 2009


Darren Dale wrote:
> On Fri, Oct 23, 2009 at 9:29 AM, Pauli Virtanen <pav+sp at iki.fi> wrote:
>   
>> Fri, 23 Oct 2009 09:21:17 -0400, Darren Dale wrote:
>>     
>>> Can we use features of C99 in numpy? For example, can we use "//" style
>>> comments, and C99 for statements "for (int i=0, ...) "?
>>>       
>> It would be much easier if we could, but so far we have strived for C89
>> compliance. So I guess the answer is "no".
>>     
>
> Out of curiosity (I am relatively new to C), what is holding numpy
> back from embracing C99? Why adhere to a 20-year-old standard?
>   
Microsoft's compilers don't support C99 (or, at least, versions that 
still has to be used doesn't).

Dag Sverre



More information about the NumPy-Discussion mailing list