
Cpp2 and cppfront: Year-end mini-update : r/cpp - Reddit
2022年12月31日 · Out of curiosity and probably ignorance, why is it better to write in cpp2 and transpile (I think that is the term) to cpp than write a new lexer and use it to modify the syntax? Also, if someone swapped the cpp lexer for another and compiled, would that resulting program be compatible with a program built with the original lexer?
Cppfront: Herb Sutter's personal experimental C++ Syntax 2 - Reddit
2022年9月17日 · It's good, but the ability to mix cpp1 and cpp2 at any level, down to in the same file & that's going to make adoption possible. It's what allowed c++ to succeed in the first place. Industrial projects could add c++ here and there to their old school c projects. As developers grew to appreciate the expressiveness of c++, it took over the codebase.
cppfront (cpp2): Spring update : r/cpp - Reddit
cpp2 is explicitly a syntax revolution, and I’m glad for that, but I hope it ultimately also simplifies/unifies the library (e.g. std::begin vs ranges::begin vs .begin). A break with C memory semantics would also be valuable.
cpp2 - Reddit
In a Cpp2 design note, Herb suggests that different contexts should have different object const ness defaults. It makes sense that function parameters should default to read only, requiring side effects to be explicitly called out, while member data will almost always be variable.
How/when will CPP2 deductions show up? It is not showing in …
2024年6月4日 · CPP2 of 4% should be deducted from any pensionable earnings between the YMPE ($68,500) and YAMPE ($73,200). The maximum CPP2 payable for 2024 is $188 (4% of the $4700 difference). If that amount isn't deducted from payroll for whatever reason, you'll simply pay it when you file your tax return.
CppCast: Cpp2, with Herb Sutter : r/cpp - Reddit
2023年3月31日 · TIL Cpp2. Herb always seems to have good ideas, unfortunately C++ committee moves too slow and is reluctant to adopt such things. But at least we know there is someone involved in the committee with such progressive ideas, gives me hopes.
CPP2? : r/PersonalFinanceCanada - Reddit
Just got my most recent pay stub and noticed I have a CPP and CPP2 under my taxes section/deductions. What is this new CPP2? Was googling but didnt find much. It was 188$ so far.
What do you think of CPP2? Increase in CPP contributions ... - Reddit
2023年11月8日 · What do you think of CPP2? Increase in CPP contributions starting next year. : r/PersonalFinanceCanada Gaming Sports Business Crypto Television Celebrity Go to PersonalFinanceCanada r/PersonalFinanceCanada r/PersonalFinanceCanada MembersOnline • Canadiannewcomer
Cpp2 design notes: UFCS, “const”, “unsafe”, and (yes) ABI
2022年10月5日 · Agreed. Cpp2 should have immutable variables by default, which are still moveable on last use. C++ const is broken. Reply reply More replies F-J-W •
What's the status on "C++ 2.0" compilers like Circle, Carbon, cpp2 …
2024年1月29日 · Carbon people's time will better spent contributing to cpp2 tbh. I see it and be like: nah, I ain't using that. If I were on the Carbon team, I'd switch sides ASAP. Cpp2 is the natural and the only sensible way forward. It's the same way C++ succeeded by letting u write your C, then you can pull the rug later. I can only say to Herb, weldone man.