The 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
Cooperative C++ Evolution – Toward a TypeScript for C++
11–20 of 209 posts
Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#12Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#13The 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
Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#14The 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
And Circle and cppfront. Edit: of course this is about cppfront :)
Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#15I'm confused doesn't C# fill this role?
Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#16It's weird to refer to these arguably bad web technologies to market an unrelated initiative.
Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#17Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#18I'm confused doesn't C# fill this role?
Re: Cooperative C++ Evolution – Toward a TypeScript for C++
#19I’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++
#20I’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?
Typescript has a lot of momentum on all fronts and is almost certainly the future of Javascript. 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.