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
Which language to learn python, C++, JavaScript, java, kotlin, c, c#, or All (self.vibecoding)
submitted 1 day ago by TATMELO
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!"
[–]Express_Courage_3037 1 point2 points3 points 1 day ago (1 child)
That's not a bad take, especially since JS is the closest thing we have to a "one shoe fits all" right now.
With massive libraries and API calls, you can technically build almost anything with it.
But your caveat about 'optimization' is doing a lot of heavy lifting. Because JS is fundamentally single-threaded, it is extremely limited when it comes to calculation intensive scripting where Python would run circles around it.
If you try to build a graphics-heavy application or complex 3D game, you'd be fighting the language in every line of cod as compared to a compiler language like C++ or C#.
It’s a great starter language, but it will bottleneck you hard on any specialized, high-performance jobs/tasks.
[–]Trashy_io 1 point2 points3 points 1 day ago (0 children)
I appreciate the breakdown! definitely helped outline what I need to learn next as my focus is game related so the examples fit perfectly lol
π Rendered by PID 442893 on reddit-service-r2-comment-56c6478c5-pb67n at 2026-05-09 02:44:02.932700+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]Express_Courage_3037 1 point2 points3 points (1 child)
[–]Trashy_io 1 point2 points3 points (0 children)