About type inference coming to the C language as well
About type inference coming to the C language as well
Posted Dec 10, 2023 22:07 UTC (Sun) by mb (subscriber, #50428)In reply to: About type inference coming to the C language as well by tialaramex
Parent article: Modern C for Fedora (and the world)
>so just because it was all rainbows and puppies in Rust doesn't mean the same will be true in C.
Yes, that is true.
Type inference works well in Rust due to its strict type system.
But a subset of Rust's type inference will probably work well in C.