Cooperative C++ Evolution – Toward a TypeScript for C++
herbsutter.com
Cooperative C++ Evolution – Toward a TypeScript for C++
1–10 of 209 posts
Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#2Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#3Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#4Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#5Also, I think that promoting a new programming language as "TypeScript for C++" is a marketing move to try to force their way into a market share in spite of the language's merits.
Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#6Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#7Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#8I’m not a frontend guy but heard that typescript is already falling off and contentious at this point. Is it truly something that’s going to stay?
Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#9I’m not a frontend guy but heard that typescript is already falling off and contentious at this point. Is it truly something that’s going to stay?
The big problem is that it still requires transpilation, which can set up all sorts of shitty traps. Not to mention that the Javascript ecosystem in general is a horrendous mess, which Typescript on its own can’t fix.
Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#10The article claims nobody’s tried a language natively compatible with C++, but that’s the approach that Google’s Carbon is taking: https://github.com/carbon-language/carbon-lang
Edit: of course this is about cppfront :)