|
|
|
|
|
by pletnes
1613 days ago
|
|
I was once at a talk given by James Gosling. He said that Java-the-language was «a trick to get C++ programmers to use the Java Virtual Machine». He deliberately made Java very similar to C++ but removed what he saw as the hard and risky parts (memory management, operator overloading, etc) that are typically not required for standard applications. Well, that was my interpretation of what he said, errors are my own etc. But this would make Java a direct descendant of C++, in my mind. |
|
But Guy Steele claimed "We were not out to win over the Lisp programmers; we were after the C++ programmers. We managed to drag a lot of them about halfway to Lisp."