▲ | J_Shelby_J 4 hours ago | |
Writing rust and the LLM almost never gets function signatures and returns types wrong. That just leaves the business logic to sort out. I can only imagine that IDEs will eventually pair directly with the compiler for instant feedback to fix generations. But rust also has traits, lifetimes, async, and other type flavors that multiples complexity and causes issues. It also an in progress language… im about to add a “don’t use once cell.. it’s part of std now “ to my system prompt. So it’s not all sunshine, and I’m deeply curious how a pure vibe coded rust app would turn out. | ||
▲ | 762236 3 hours ago | parent [-] | |
Gemini has been doing a fantastic job for me for Rust |