Worth taking a look for all memory-safety curious:
Video: https://drive.google.com/file/d/1tQlzpnbWZfn2WtTFMoJgF93QteByBBwm/view
Slides: Carbon memory safety: a first deep dive (v3) (you can reveal speaker notes by pressing s key)
Worth taking a look for all memory-safety curious:
Video: https://drive.google.com/file/d/1tQlzpnbWZfn2WtTFMoJgF93QteByBBwm/view
Slides: Carbon memory safety: a first deep dive (v3) (you can reveal speaker notes by pressing s key)
This is nice (strong mine)!
const reference
Perhaps this is just a meaningless rant, but the syntax of Carbon and C++ looks like a complete mess.
What I mean isn’t about lax syntax design or anything like that—rather, it’s the piles of symbols everywhere related to generics and lifetimes. At first glance, the parts that actually express “business logic” are almost drowned out by various constraints, forwarding, exception guarantees, and type computations.
Perhaps people should invent a way to separate the parts that express business logic from type gymnastics.
Isn’t that the original Zig plan, which has been dropped?