Hacker News new | ask | show | jobs
by gcoakes 1051 days ago
> Zig also doesn't have dynamic dispatch

It doesn't have it as a language feature, but it does have VTables just like C would. The `std.mem.Allocator` is an example of this.