The ^^ cat ears operator is C++26's static reflection, turning types into std::meta::info. Plus the [: :] splice, an enum-to-string example, and current compiler support.
Go 1.26 completely rewrote `go fix`. It can now automatically update codebases to modern Go idioms, including `interface{}` to `any`, `min`/`max`, and the new `new(expr)` syntax.
VectorWare has announced the first implementation of Rust's Future trait and async/await running on GPUs by adapting the Embassy executor to a GPU environment.