Brien wrote:
How would you characterize D1.0 in terms of it's use for big multithreaded applications? Does the compiler produce safe/performant code?
D 1.0 is about where Java is in its support for MT programming. You can do it, but you get little or no support from the type system.
