nim is memory safe, python syntax, emits c/c++/js. It really deserves more love and publicity.
more mature than zig, much easier than rust.
replies(5):
more mature than zig, much easier than rust.
lol then i guess zig's comptime isn't a "whiz-bang-pow killer feature" either
Nim has a full compile time VM. You can even compile it into a program to run Nim scripts.
D has a generic system similar to Nim's, and a mixin system similar to Nim's templates, but doesn't have a powerful AST-manipulating macro system like the above languages.
My guy what exactly do you think comptime is? More to the point: what exactly do you think metaprogramming is...?