排序
A performant and extensible Web Server with Zig and Python
A performant and extensible Web Server with Zig and Python, Preface I am passionate about my interest in software development, specifically the puzzle of ergonomically creating sof...
[05/52] The Beauty of Zig-WASM-Python
[05/52] The Beauty of Zig-WASM-Python,If you're poked around a few things, you know that WASM can be pretty neat. That having said, it still feels stuck in a niche, only realizing ...
call Zig from Python
call Zig from Python,What is Zig? See here: https://ziglang.org/ Looks interesting! Lets make a shared library with Zig that we can call with Python using ctypes. export fn add(a :...