With web apps the languages are all doing much the same thing anyway - they're taking data from a database and shoveling it on to pages. They're all going to suck and hurt at massive scale, they're all going to be worse at something than some other language, it's going to be hard to find awesome people for anything, and harder still to find awesome people who have previous experience solving the problems you face, most of which probably won't even be platform/technology related.
Ask HN: Could the back-end language influence the success of a Web startup?
11–20 of 32 posts
Re: Ask HN: Could the back-end language influence the success of a Web startup?
#12The major thing that will influence the success of your Web startup is if you have fun making it. So you need to choose a language that is fun using, that will let you prototype things quickly and that you feel comfortable with. This language for me is JavaScript and so far all the other alternatives have been just a pain to deal with. Node.js is just fun and simple as it should. So if at the end you have a code-base…
Re: Ask HN: Could the back-end language influence the success of a Web startup?
#13In real life, of course, the differences aren't this large and are usually overshadowed by some other differences (eg, competence of the team, overall architecture of the application, marketing.. etc) and the language difference advantage may be negligible in comparison.
Re: Ask HN: Could the back-end language influence the success of a Web startup?
#14I'm oversimplifying, but I believe the point is an extremely important one. We've all heard the startup lore that David-sized startups beat industry Goliaths by being much more nimble than the lumbering giants they're competing against. If you're a software startup, your engineering tools are your sling and stone: if your tools are good and you can wield them with expert precision, you'll be able to iterate more quickly, make your users happier, and outpace the competition sooner.
Yishan Wong has written an excellent essay about the importance of tools:
http://www.algeri-wong.com/yishan/engineering-management-too...
Re: Ask HN: Could the back-end language influence the success of a Web startup?
#15I think it influences success, but predicting that influence... is not easy
Right. Let's imagine that Facebook was written in Perl, YouTube in Ruby, and Twitter in PHP, do you think they would still be successful?