Given that zig is also a C compiler, I'm wondering how hard would this actually be to get going as a prototype?
As an example nim has a very nice (and possibly similar) ecosystem for this:
Of particular interest is using zig to extend Python event loop type machinery as well as an eventual march towards numerics extensions.
Given that
zigis also a C compiler, I'm wondering how hard would this actually be to get going as a prototype?As an example
nimhas a very nice (and possibly similar) ecosystem for this:Of particular interest is using
zigto extend Python event loop type machinery as well as an eventual march towards numerics extensions.