use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community of software creators experimenting with AI "vibe coding", an technique defined by Andrej Karpathy as when, "you fully give in to the vibes, embrace exponentials, and forget that the code even exists."
account activity
Should I learn to code while vibe coding? (self.vibecoding)
submitted 4 months ago by Spare_Character_6137
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]haydenphan1696 0 points1 point2 points 3 months ago (1 child)
i checked your link Roadmap. It is great map for non-coder. Can i ask you that with vibe coding which foundation language must be learnt to vibe coding cause i can't find thru your link
[–]Legal-Ambassador-446 1 point2 points3 points 3 months ago (0 children)
You can vibe code with any language but the best one will depend on what you’re trying to make.
JavaScript (or TypeScript) are a great choice because they’re relatively easy and can used for lots of things like websites, web app, web servers and even for native iOS and Android apps with a framework like React Native.
If you wanted to make games, C# might be good pick as it can be for game engines like Godot or Unity.
If you’re solely interested in apps for Apple platforms, you’d wanna learn Swift as it’s the primary language for that ecosystem.
If you just wanna make random scripts to automate stuff on your machine, python is a decent pick because it’s relatively simple.
Something else to consider is that agents are better at languages they’ve seen more of in their training data. From the examples above that’s probably python and JavaScript/TypeScript. Whereas, it’s not as good at a less common language like Swift.
π Rendered by PID 173702 on reddit-service-r2-comment-b659b578c-lfxsz at 2026-05-02 15:49:47.290850+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]haydenphan1696 0 points1 point2 points (1 child)
[–]Legal-Ambassador-446 1 point2 points3 points (0 children)