this post was submitted on 05 Jun 2026
101 points (96.3% liked)
Programming
27277 readers
92 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I remember people telling Zig was a "vibecoder" language, in the context of rewriting Bun to Rust. Yeah I know, a very odd kind of logic
Zigs goal is to be more pragmatic than C.
It is quite possibly the worst language to vibecode in, it is updating fast so LLMs usually don't know what format to use (meaning a person who knows zig must fix those format errors). You can also get an LLM to write terrible rust code and while it will perform shit it will probably work, Zig on the other hand has manual memory management and everything has to be thought about or else it won't work. This is why once Anthropic bought bun they decided to vibe remove zig.
As the previous comment said the lead developer for zig really, Really, doesnt like AI and much of the community is also using zig because of its human focus. (Such as me)
The great benifit of Zig over C in my opinion, is it is more human readible, especially in terms of what is happening with memory management. Zig aims to have no hidden actions making it just as low level than C while making more sense and hiding less.
Whoever told you that really doesn't know what they are talking about. Zig has a (IMO too strict) policy of no LLMs in any way to be used for it in an official capacity.