On Mon, 15 Nov 2021 at 05:47, Siva Mahadevan <svmh...@gmail.com> wrote: > Is there any progress on a Zig implementation? I'd like to start contributing > to one if there is already one that exists.
No, I didn't get any further than playing with it for a day or two. Some misc notes: - I recall issues with using zig structs, as there is no way to e.g. little-endian integer type - Zig doesn't have anonymous fields - Things would be nicer with https://github.com/ziglang/zig/issues/6478 I hit a bit of a dead end, and a future implementation should probably have getters/setters for fields. Where the getter/setter key is an enum. -- 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 capnproto+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/capnproto/CAEnbY%2BeNQpOdW9Ds5uetPNY2h_jgNH90WAYWhmMGZTHKVgNJPg%40mail.gmail.com.