What language is the majority of startups using today?
51–60 of 64 posts
Re: What language is the majority of startups using today?
#52Does it really matter? Use whatever makes YOU most productive, because at the end of the day the only thing that matter is a simple answer, yes or no. The question is always the same: Is it done?
Re: What language is the majority of startups using today?
#53Re: What language is the majority of startups using today?
#54No question. PHP. However, this doesn't mean you should follow suit. In particular, PHP works best as a vanilla choice, something to get set up with quickly. The moment you start using e.g. Cake, the point of PHP is no longer and you should look elsewhere. There's no useful answer in any case, just hints and use cases. It depends entirely on what you're building. Heavy single-purpose web app like gmail? No question -…
I disagree. I believe the opposite: GWT is a bad choice, mainly because GWT has to be compiled every time. It's much better to use a framework, including ones for PHP, since PHP is faster than Ruby and most popular frameworks have memcached support, and a great community. Also, most frameworks are evolving FAR quicker than GWT is. Thirdly, GWT will still require server-side coding. You might as well use a framework w…
Re: What language is the majority of startups using today?
#55Can someone please tell me why everyone is so anti-php these days. I'm been working on my web project this summer in php, and it seems like every self proclaimed web 2.0 site is choosing either python or ruby. I feel like I'm on the wrong side of the road, and php is web 1.0. I wonder though, do users care what language the site is made in? And has usuability and quality of a site become determined by programming lan…
To answer your question, the only thing users care about is what your site does and if it does it well. The only people who care are the other people who are developing websites as well. Basically I see the PHP backlash coming out of many painful personal experiences that hit the limitations/drawbacks of PHP. I've maintained a large social networking site written by someone else and I can tell you it was a stinking p…
Re: What language is the majority of startups using today?
#56Perl with Catalyst, DBIx::Class, and Template Toolkit. All the actual every-day code is really simple because all three are designed for extensibility. I just write little plugins that abstract away the repetitive stuff. I also write lots of long-lived systems daemons. They do all the asynchronous tasks in a super efficient way. Not enough people use this technique in my experience.
Re: What language is the majority of startups using today?
#57We use Ruby on Rails with a lot of JavaScript for Ajax-y thingies. So far there's only 2 of us, but looks like here in NYC there's more than a few RoR devs.
everyone is going to shoot me for this, but we are building our project in C# (debug time + .NET library),C++ (faster sockets), actionscript (not flex) and ajax
Re: What language is the majority of startups using today?
#58http://news.ycombinator.com/item?id=10748
Has anyone previously using a Lisp for your startup since abandoned it? What were the reasons?
Re: What language is the majority of startups using today?
#59Can someone please tell me why everyone is so anti-php these days. I'm been working on my web project this summer in php, and it seems like every self proclaimed web 2.0 site is choosing either python or ruby. I feel like I'm on the wrong side of the road, and php is web 1.0. I wonder though, do users care what language the site is made in? And has usuability and quality of a site become determined by programming lan…
There are some impressive PHP projects out there, with pretty clean code (I've been pleased by the quality of code in Dokuwiki and Flyspray, for example), and you can't beat PHP with a stick for availability--you can deploy a PHP app on the cheapest Dreamhost account and expect it to work just fine. That cannot be said of RoR, Django, or Catalyst applications (and don't even think about Lisp or Haskell or Erlang in that context).
Re: What language is the majority of startups using today?
#6045% Ruby (mostly RoR, but one might not have been using Rails) 30% PHP 15% Java 10% Perl
Almost all of the groups were heavily using JavaScript, as well. In fact, some of them were predominantly JavaScript with quite lightweight back-ends (Zenter and Weebly come to mind). Heysan were predominantly Flash at the time, but I believe they have a lot more PHP back-end code now.
I don't believe there were any Python projects.