Results 1 to 10 of 10

Thread: Google was written in?

  1. #1

    Google was written in?

    curious to know.
    From brazil (:

    Pascal pownz!

  2. #2

    Google was written in?

    I friend of mine told that google utilises Python alot... but alot of things might be written in C++ also
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  3. #3

    Google was written in?

    Quote Originally Posted by chronozphere
    I friend of mine told that google utilises Python alot... but alot of things might be written in C++ also
    i read somewhere that it utilizes python too, and saw IDLE on the monitor of a google competition for new jobs
    From brazil (:

    Pascal pownz!

  4. #4

    Google was written in?

    I don't know which language, but it is certainly CGI. Python it isn't, though. It'd have a .py extension as only CGI binaries can execute without a handler.

    And because Google is heavily in the US I'd say C/C++.

  5. #5

    Google was written in?

    Quote Originally Posted by Robert Kosek
    I don't know which language, but it is certainly CGI. Python it isn't, though. It'd have a .py extension as only CGI binaries can execute without a handler.

    And because Google is heavily in the US I'd say C/C++.
    I have to disagree, after some research
    http://panela.blog-city.com/python_a...n__sdforum.htm
    http://www.sauria.com/~twl/conferenc...%20Google.html
    http://www.eweek.com/article2/0,1759,1934746,00.asp
    http://www.python.org/Quotes.html
    http://groups.google.com/group/comp....5a3e91a03ec18/

    no doubts that it uses python

    ps: youtube is almost all writed in python :shock:
    http://mail.python.org/pipermail/pyt...er/070323.html
    From brazil (:

    Pascal pownz!

  6. #6

    Google was written in?

    Huh. I thought Python wasn't runtime compiled, and that it required an interpreter? So why is it being used like a CGI application then? Interesting.

    Looks like Python is used more frequently than I thought it was. :shock:

  7. #7

    Google was written in?

    Quote Originally Posted by Robert Kosek
    Huh. I thought Python wasn't runtime compiled, and that it required an interpreter? So why is it being used like a CGI application then? Interesting.

    Looks like Python is used more frequently than I thought it was. :shock:
    yes, i expected asp.net but when saw python :shock:

    You use python?

    Here,
    i use it as an advanced shell (use upx all my exe's for example), and personal utilities (open the script and edit what do you want is much better than have to open delphi and compile the hole thing again)
    From brazil (:

    Pascal pownz!

  8. #8

    Google was written in?

    I don't actually use Python but I keep tabs on the scripting/programming scenes around the net. I marginally considered using something like Python. How much weight does it keep on the system if you install it as an interpreter? By that I mean, does it run as a service and does it constantly tie resources up?

    I do hate having to recompile things just for simple changes, I must say. That's why I started to look into Lua, but never actually got into it.

  9. #9

    Google was written in?

    Quote Originally Posted by Robert Kosek
    I don't actually use Python but I keep tabs on the scripting/programming scenes around the net. I marginally considered using something like Python. How much weight does it keep on the system if you install it as an interpreter? By that I mean, does it run as a service and does it constantly tie resources up?

    I do hate having to recompile things just for simple changes, I must say. That's why I started to look into Lua, but never actually got into it.
    no its only runs on .pyc, .py and .pyw files

    no system service involved
    From brazil (:

    Pascal pownz!

  10. #10

    Google was written in?

    Quote Originally Posted by arthurprs
    no its only runs on .pyc, .py and .pyw files

    no system service involved
    Even better. I've always been looking for a more powerful batch-file. And in some ways I think working with Python would be far easier than batch files.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •