What's your startup using and your reason for choosing said language?
What language is the majority of startups using today?
1–10 of 64 posts
Re: What language is the majority of startups using today?
#2Re: What language is the majority of startups using today?
#3Re: What language is the majority of startups using today?
#4The server-side choice between Python and Ruby is completely arbitrary; I suspect either one could do the job equally well. I was swayed by the somewhat greater availability of libraries for Python, plus I thought it'd be easier to get Python programmers if we got big enough to hire, plus it's somewhat more likely that an acquirer will use Python than Ruby.
PHP or Perl could also have done the job equally well, but I figure that if I'm gonna code my ass off for a year or two, it might as well be in a language that I enjoy. I've written some decent-sized PHP projects before, I'm reasonably fluent in the language, and I just don't want to deal with its gotchas.
On the client side, your choices are much more limited. Basically, if you want to do any sort of rich embeddable widget, it has to be Flash. That's the only technology available on nearly every browser that isn't blocked by 3rd party websites for security reasons. If you want to do rich interfaces on your own site that don't run in a box, it has to be JavaScript.
Re: What language is the majority of startups using today?
#5Re: What language is the majority of startups using today?
#6Re: What language is the majority of startups using today?
#7Re: What language is the majority of startups using today?
#8Re: What language is the majority of startups using today?
#9Python (with Django) and RoR.