> wrapper free interop

Can that really work? Do zig, jai, vlang and all the other new candidates have 
high level gtk support at least, or C++ support for Qt, CGAL, BOOST? I don't 
think so.

For zig it may work for C, as zig does manually memory management, and as zig 
is basically a C better only.

My impression is that even Go is struggling with GTK, and Rust has put very 
much effort in GTK bindings.

And for which languages are really good Qt bindings available? I think only C++ 
and Python has full support.

For a high level language like Nim it is always hard, as Nim has automatic 
memory management, and as C interfaces are not well defined by header files -- 
is that *char a single string or a string array, is it in, out, who frees the 
memory.

Reply via email to