I've been trying to understand what Zig place is in the world so I can learn more about it. I like the idea of simplicity in programming languages but, other than that and since there's Go already, what is the proposition here?<p>In particular:<p>- LLVM is not enough, let's write our own compiler.<p>- Interfaces are an overhead, use comptime instead or roll your own vtables.<p>- In a world where "memory unsafe" languages are under attack... yeah, we don't care about that.<p>I'm not trolling, this are serious questions from afar that I would love to figure out before investing time with Zig.