IUnknown wrote:
Regarding Phobos + Tango, the minimum I expect is things like containers, algorithm and common math stuff to be in one core module.
This is already bound to be an issue because there is disagreement on how e.g. containers should look like (Java-style vs. STL-style). Which should be chosen? This naturally influences how algorithms are defined.
Andrei