|
|
|
|
|
by Impossible
5447 days ago
|
|
Even though there is a lot of hate for C++ as a language due to its complexity, it does fit in a niche (cross platform, object oriented native language) that no other language does, although D, Objective-C and Go come close. I wonder if it'd make sense to develop a Coffee Script style language that compiles a "sane" subset of C++, gets rid of some of the nasty\annoying aspects of C++ (header files), and helps enforce good C++ coding practices (const correctness) but is close to C++. |
|
The result hopefully won't feel like a nano-management attempt, while people will think twice before they make anything "mutable".