Zig fluid interaction with C and C++ make it feel bit like Objective-C.
I’m experimenting if I could refurnish irssi-matrix
with the idea of rendering out matrix-glib
dependency, which make the barrier to improve actual features of the plugin a real pain.
To make things worse, the plugin is using a fork of matrix-glib
(for good reasons tho because it not actively maintained).
I’m using the JSON parser that is part of Zig’s stdlib for the purpose. This could turn out to be something nice…