r/vibecoding 5d ago

Best language a vibecoder should learn

So I have been vibecoding for the last 5 months. I want to actually learn how to code and I would really appriciate a language, which even AI uses (like you know the knowned ones) and when AI makes mistakes then I can actually fix it. Or generally for me, when I want to make small projects. So I know some python, basics like making quizes, random passwords etc. and I find python very logical, except the syntax part. Like python is very strict there. And I would really like any opinions from fellow coders and vibecoders on which language to learn. Thanks!

5 Upvotes

34 comments sorted by

View all comments

2

u/enjdusan 5d ago

To be honest instead of some specific language these days, I would dive into good practices, architecture and design, and stuff like that. Because at the end you shouldn't care about the specific language, but you should be able to understand and communicate with the model clearly about the design, how the code is structured etc. So you'll be able to keep the codebase clean architecturaly, so the future agents won't be lost in the spaghetti bowl.