Skip to main content

All Questions

3 votes
1 answer
381 views

Why is there such a fight for companies to produce new languages + frameworks

There's currently a huge growth in larger companies offering new languages and / or frameworks for us to use to create websites, apps or software and I'm interested to know for what reason do people ...
stibos's user avatar
  • 49
3 votes
1 answer
4k 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 ...
cobie's user avatar
  • 3,237
17 votes
3 answers
21k 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 ...
Pacerier's user avatar
  • 4,993
35 votes
4 answers
6k views

How much is Google investing in the Go language? [closed]

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 ...
David's user avatar
  • 4,439
31 votes
6 answers
28k views

Programming language usage at Google [closed]

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 ...
Joshua Partogi's user avatar