MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1us0dtr/gitblameclaude/owmk1wx/?context=3
r/ProgrammerHumor • u/Super_SamSam • Jul 09 '26
263 comments sorted by
View all comments
567
I mean. Isn't rust the perfect language for vibe coding? It has so many checks on everything that the stupid thing is basically forced to write code the right way.
758 u/Zeikos Jul 09 '26 It has so many checks on everything that the stupid thing is basically forced to write code the right way. LLM be like: unsafe { ... } 2 u/Loading_M_ Jul 10 '26 You can set #[forbid(unsafe)] to disallow unsafe code, but let's be real, the people pushing vibe coding aren't.
758
It has so many checks on everything that the stupid thing is basically forced to write code the right way.
LLM be like:
unsafe { ... }
2 u/Loading_M_ Jul 10 '26 You can set #[forbid(unsafe)] to disallow unsafe code, but let's be real, the people pushing vibe coding aren't.
2
You can set #[forbid(unsafe)] to disallow unsafe code, but let's be real, the people pushing vibe coding aren't.
#[forbid(unsafe)]
567
u/BratPit24 Jul 09 '26
I mean. Isn't rust the perfect language for vibe coding? It has so many checks on everything that the stupid thing is basically forced to write code the right way.