On Tue, Aug 25, 2009 at 12:07 PM, Dag Sverre Seljebotn<[email protected]> wrote:
> > Hmm. If you wanted to start writing parts of NumPy in Cython, you'd need > for Cython to support Windows x64 and Visual C though? Yes, but that's a bit different I believe: you want cython to output C code which is "visual studio compliant", but you don't need visual studio to build cython or even output compatible C code. Wine does not help you for the first part (at least as long as VS does not work on wine), but is very helpful for the second part. > > (Background note: There's been some talk about that, although no > decision has been made to my knowledge. scipy's got some Cython code in > it though.) Numpy random is generated from cython now instead of pyrex - that's how we discovered a few "bugs" in cython related to MS compilers compliance. cheers, David _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
