News

Here’s a simple Zig program that ... To call it from Python, all you need is ctypes: import ctypes calc = ctypes.CDLL('./calc.so') # ^ or calc.dll in Microsoft Windows print (calc.mult(512, ...