← Back to context

Comment by creata

3 months ago

Consider that Python + C++ has proved to be a very strong combo: driver in Python, heavy lifting in C++.

It's possible that something similar might be the right path for metaprogramming. Rust's generics are simple and weaker than Zig's comptime, while proc macros are complicated and stronger than Zig's comptime.

So I think the jury's still out on whether Rust's metaprogramming is "better" than Zig's.