What are the historical computer science influences behind the Java programming language?
-
What were the features from other language, and ideas and programming paradigms, that drove Java? Which of these were dropped from the language or not used by programmers?
-
Answer:
Lisp and Scheme
Kevin Ernest Long at Quora Visit the source
Other answers
As far as the language goes, I'd say a lot of the influence comes from C++. I know Gosling said they were going for C++ programmers. So much of the original language was very recognizable from a C++ perspective. The main things that were missing were an explicit delete instruction, templates, and an iostreams library (it had its own I/O library). Given the history I've heard about the VM, it sounds like one source was Bob Barton's Burroughs B5000 system (source for this is Alan Kay), developed in the early 1960s. It was a system designed to run higher level languages. Some other accounts give credit to Strongtalk, which was a VM that was originally developed independently, intended to speed up Smalltalk. It was purchased by Sun Microsystems, and was made into the JVM, from whence Java got a runtime that ran bytecodes for objects, and did garbage collection.
Mark Miller
Related Q & A:
- What is Information and Computer Science?Best solution by Stack Overflow
- What is AI in Computer Science?Best solution by ChaCha
- Is java or visual basic a machine level, low level, high level or binary level programming language?Best solution by Quora
- What is the difference between computer science and computer programming?Best solution by wiki.answers.com
- What is the difference between Computer Programming and Computer Science?Best solution by wiki.answers.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.