Writing a C-interface library in Zig is easy enough, although the interfaces are generally limited to C types. Writing a Python extension in Zig is a bit harder. It requires using CPython’s ...