FWIW, I think the Cython would become more accessible if there were examples of interfacing Cython to standard C library calls. In particular for i/o. (As in how to write a cint to a file.)
I'm fairly certain from observing the discussion that many consider this trivially obvious, but I was not able to figure it out in the time I had to evaluate Cython. (And Python files wouldn't do, because I needed to do i/o to C compatible files written in binary mode. [Yeah, on Linux it's not supposed to make an difference. But the binary representation of a long or a short IS different from the Python representation.]) _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
