What Programing Language are the Largest Website Written In?

Michael Steinfeld mikeisgreat at gmail.com
Wed Jul 20 21:48:35 EDT 2011


2011/7/20 igotmumps <mike at mumps.ca>:
> On Jul 13, 1:04 pm, ccc31807 <carte... at gmail.com> wrote:
>> On Jul 12, 7:54 am, Xah Lee <xah... at gmail.com> wrote:
>>
>> > maybe this will be of interest.
>>
>> > 〈What Programing Language Are the Largest Website Written In?〉http://xahlee.org/comp/website_lang_popularity.html
>>
>> About five years ago, I did some pretty extensive research, and
>> concluded that the biggest sites were written serverside with JSP.
>> Obviously, this wouldn't include The Biggest site, but if you were a
>> big, multinational corporation, or listed on the NYSE, you used JSP
>> for your web programming.
>>
>> I doubt very seriously PHP is used for the biggest sites -- I'd still
>> guess JSP, or maybe a MS technology (not VB), but it's only a guess.
>>
>> CC.
>
> I believe Facebook uses a PHP/C compiler.  i.e. the site is written in
> PHP, but compiled down to C/C++...
>
> MZ


not all sites use one language exclusively. For example, facebook
status updates use their python non blocking web server "Tornado". Not
sure if that means the interface code is python but just putting that
out there.

Where I work, the majority of the site is ruby, about 70% and 30%
python. Many ad-hoc parts of the site use different languages
(primarily python) to provide data for reports.



>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list