News

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 ...
If there’s an existing C library that does what you need ... If you want speed, use C, not Python. But for Pythonistas, writing C code brings a host of distractions—learning C’s syntax ...