As https://capnproto.org/otherlang.html says: > If you’d like to own the implementation of Cap’n Proto in some particular language, let us know <https://groups.google.com/group/capnproto>!
I'm looking into playing with capnp and zig (https://ziglang.org/). Zig is a relatively new language that aims to one day replace C. Principles include: - No hidden control flow (which means that there can be e.g. no hidden allocations) - Unified compiletime and runtime syntax and semantics: no separate language for compile like you have with the C preprocessor or C++ templates - Extensive self-reflection capabilities - Easy cross-compilation for non-native targets As an ahead-of-time compiled languages, it seems like the recommended path forward would be to implement a `capnp` plugin. Daurn -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/capnproto/f6c9d668-d1a0-4415-8366-b49cd1cbe36b%40googlegroups.com.
