-4
votes
0answers
161 views

Googles Doodles: What language? [closed]

So todays google doodle is Earth Day. And just out of curiosity's sake...what language is it written in? Im sure the days may be different ones, but that being said how would I go to find out?
1
vote
1answer
428 views

Container types in Golang

For a non-OOP language like google Go, is it idiomatic to go about implementing new container types using datatypes like arrays or lists so as to implement convenient functionality like contains ...
2
votes
3answers
865 views

Is Google's Go a type-safe language?

this page http://golang.org/doc/go_faq.html writes: although Go has static types the language attempts to make types feel lighter weight than in typical OO languages So my question is ...
31
votes
4answers
2k views

How much is Google investing in the Go language?

I have read quite a bit about the Go language, and it seems promising. The last important bit of information I am missing before I decide on spending more effort on the language is: How much money/man ...
16
votes
6answers
3k views

Programming language usage at Google

I have heard Google uses Python, Java and C++. But what I don't know is how is each of those programming language is used. I mean what is Python, Java and C++ is used for at Google. Why would they ...