Hacker News new | ask | show | jobs
by TUSF 581 days ago
Zig on Linux already directly interfaces with syscalls,[0] unless your library or application directly links libc.

[0]: https://ziglang.org/documentation/master/std/#std.os.linux

1 comments

Oh, there you go :)