I mean google the search engine.
feedback
|
|
Depends on which part of Google you mean. The back-end of Google's MapReduce implementation, which processes webpages and builds web indices, is written in C++, with front-ends for Python and Java (see here). So, the real work (data processing within the compute cloud) is done by C++ libraries, but the development can be done in higher-level languages that call these routines. When you submit a web query, results are fetched from the huge indices produced by the back-end jobs. | |||||||||
feedback
|
|
Non-programming related searches are handled by the C++ libraries already mentioned. Programming related searches are simply redirected to Jon Skeet who answers in English in real time. | |||||||||||||
feedback
|
|
C++ and Java are the main languages for production. Search is mostly written in C++, while a lot of the ads infrastructure is written in Java. Python is used as glue, for things like development tools and administration tools. There's a lot of other random languages here and there though - there are projects that use everything from Haskell to perl. Google also has some of their own languages that exist only within Google, such as sawzall. | |||
|
feedback
|
|
python is quite heavily used at google | |||||
feedback
|
|
All of them. Ok that was useless. I've heard it said to be mostly C++, Java & Python. Google App Engine, for example, is basically a platform for Python applications that supports a lot of Google applications. See Google Architecture for some pretty good details. | ||||
|
feedback
|
|
Come on guys, it's so clear: Libraries written in C++ and Java then glued with python. | ||||
|
feedback
|
|
certainly python check the link https://www.google.com/support/accounts/bin/request.py?hl=en&contact_type=acc_reco&ara=2&ctx=acc_reco&source=no_ts&rd=1 | |||
|
feedback
|
protected by Community♦ Jul 27 '11 at 11:22
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.