AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
C++ and Rust: A Modern Approach
There's some nice stuff around auto type deduction. Enums are proper enums, they bring a degree of safety and security. The more we can do it compile time, the better for iteration cycle. We're getting rid of the preprocessor in D plus plus so you're using macros rather than compiling to run at compile time. And I think that will lead to performance improvements as well.