bearophile пишет: > Weed: >> I want to offer the dialect of the language D2.0, suitable for use where >> are now used C/C++. Main goal of this is making language like D, but >> corresponding "zero-overhead principle" like C++: >> ... >> The code on this language almost as dangerous as a code on C++ - it is a >> necessary cost for increasing performance. > > No, thanks... > > And regarding performance, eventually it will come a lot from a good > usage of multiprocessing,
The proposal will be able support multiprocessing - for it provided a references counting in the debug version of binaries. If you know the best way for language *without GC* guaranteeing the existence of an object without overhead - I have to listen! > that in real-world programs may need pure > functions and immutable data. I do not see any problems with this > That D2 has already, while C++ is less lucky.
