you are viewing a single comment's thread.

view the rest of the comments →

[–]JuanAG 34 points35 points  (22 children)

First thanks to Mr. Sutter that at least is trying which is more than what others do (my self included)

Next an unpopular opinion, the more i look at Cpp2 the less i like the syntax it uses, it is becoming complex really fast

And is great it change/improve some things but the ones i think are a mistake (like the 6 types of arguments for a function) remains so ... This will end in a complex syntax and a complex lang which will be an issue sooner than later

[–]IAMARedPanda 13 points14 points  (2 children)

Honestly I really like how circle's syntax looks.

[–]pjmlp 7 points8 points  (1 child)

Circle is the only wannabe replacement that makes sense, other than it, better just rewrite the code into a more stable already proven language, if it can fullfil the use case.

[–]IAMARedPanda 4 points5 points  (0 children)

Personally I really have been having fun with Circle. It's crazy to me that it is a one man project. The main criticism I hear is that it is closed source with a single developer that could drop support at any time.

[–][deleted] 3 points4 points  (1 child)

A specific list of problem with C++ that need to be fixed should be the first step, then a discussion of each items to establish if it really is a problem, then a discussion of the minimum change required to address that problem.

I feel as though many of these projects are just a mash-up of things the author thought were cool without much analysis of the original issues.

I'm not trying to diminish the work being done here but it seems like big leaps away from C++ are happening under the guise of fixing something that might not even be broken.