Slashdot Mirror


Choice of Language for Large-Scale Web Apps?

anyon wonders: "PHP is the most popular language for the web. eBay uses ISAPI (C), Google uses C/C++ (search), Java (gmail), and Python. Microsoft uses ASP (what else?). For small web site, it really doesn't matter. What's your take on language choice for large-scale web applications? Maybe language choice is irrelevant, only good people (developers) matter? If you can get the same good quality people, then what language you would chose? Considering the following factors: performance, scalability, extendibility, cost of development (man-month), availability of libraries, cost of libraries, development tools? Has there been a comprehensive comparison done?"

2 of 801 comments (clear)

  1. Re:Polyglot by FortKnox · · Score: -1, Redundant

    gmail and google maps are written in Java and take advantage of AJAX (look it up).
    They are why Ajax is making such a big splash now (even though its been available for years).

    --
    Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
  2. Java != Javascript by gunpowda · · Score: 0, Redundant
    Google uses C/C++ (search), Java (gmail)

    This is wrong. They use JavaScript, not Java. Completely different entities.