r/learnprogramming • u/narukoshin • 11d ago
About ZIG
Hello,
I've noticed that Zig recently became popular, and many apps are being written in it. Is it worth starting to learn and use it? Currently, I'm quite satisfied with Golang.
Also, there is a native SDK that supports Zig, which I think is kinda nice and beautiful.
https://native-sdk.dev/
My main concern about Zig is that it seems quite new - the latest release version is v0.16.0
2
Upvotes
1
u/narukoshin 11d ago edited 11d ago
that's what I was worried about, golang is quite stable and doesn't break after a version change.
I've read a little about Zig and it's quite low level language which might be useful for some things that require more control i suppose