Tagged Questions
10
votes
9answers
715 views
Omitting inheritance in programming languages
I am developing my own programming language. It's a general purpose language (think staticlly typed Python for the desktop, i.e. int x = 1; ) not intended for the cloud.
Do you think it's okay not ...
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 ...