Comment on Improving the usability of C libraries in SwiftComments−pyrolistical7moAh yes. The c abi, the thing that glues all cross lang function calls.The human race will go extinct with the c abi still as the defacto standard at this point.IMO any new system programming lang needs to compete over the quality of their c abi integration.I still haven’t found a better c abi integration than zig. It can describe c funcs with higher precision than c itself.
Comments
Ah yes. The c abi, the thing that glues all cross lang function calls.
The human race will go extinct with the c abi still as the defacto standard at this point.
IMO any new system programming lang needs to compete over the quality of their c abi integration.
I still haven’t found a better c abi integration than zig. It can describe c funcs with higher precision than c itself.