Den 20.02.2012 00:39, skrev Nathaniel Smith: > But there's an order-of-magnitude difference in compile times between > most real-world C projects and most real-world C++ projects. It might > not be a deal-breaker and it might not apply for subset of C++ you're > planning to use, but AFAICT that's the facts.
This is mainly a complaint about the build-process. Maybe make or distutis are broken, I don't know. But with a sane build tool (e.g. MS Visual Studio or Eclipse) this is not a problem. You just recompile the file you are working with, not the rest (unless you do a clean build). Sturla _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion