Skip to content

Commit 7570f4f

Browse files
authored
Update README.md with CppCon 2023 talk link
Signed-off-by: Herb Sutter <[email protected]>
1 parent 61a57bc commit 7570f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ I'm not posting much documentation because that would imply this project is inte
9999
To learn more, please see:
100100

101101
- [**My CppCon 2022 talk, "Can C++ be 10x simpler and safer ...?"**](https://www.youtube.com/watch?v=ELeZAKCN4tY)
102+
- [**My CppCon 2023 talk, "Cooperative C++ Evolution: Toward a TypeScript for C++?"**](https://www.youtube.com/watch?v=8U3hl8XMm8c)
102103
- **The [cppfront regression tests](https://github.com/hsutter/cppfront/tree/main/regression-tests)** which show dozens of working examples, each with a`.cpp2` file. In the `/test-results/` subdirectory you can see the `.cpp` file that each is translated to. Each filename briefly describes the language features the test demonstrates (e.g., contracts, parameter passing, bounds safety, type-safe `is` queries and `as` casts, initialization safety, and generalized value capture including in function expressions ('lambdas'), postconditions, and string interpolation).
103104
- The list of papers and talks below.
104105

0 commit comments

Comments
 (0)