+ 1
Is it the same programming language which which was used to write Facebook, google or twitter?
3 Antworten
+ 9
Google and Facebook are now very large enterprises that maintain huge codebases in C++, Java, Python and many other languages. However, as MrCoder indicates, Facebook started as a PHP app. And Twitter started as a Ruby shop.
Once a company reaches a certain size, it makes more financial sense to build highly optimized stuff in C++.
+ 4
Facebook: PHP
Google(Chrome?): C++ but shifted to Go I think?
Twitter: Ruby
+ 1
Yeah, those companies use everything under the sun. Twitter is known for its Scala usage, too.
Large companies often switch to type safe languages and compiled languages. C++ doesn't have much of a role in web services.