Hacker News new | ask | show | jobs
by sitkack 1124 days ago
Zig has shown the true power of constexpr in being able to provide a powerful construct that generalizes well.

After sum types (and pattern matching), constexpr is the next great language feature that will be everywhere soon.

I would love for Rust to fully adopt constexpr.