Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 7
    you answered your own question in the first paragraph Commented Apr 18, 2012 at 23:18
  • 6
    'twasn't new with Java. UCSD Pascal (for only one example) did the same. Commented Apr 18, 2012 at 23:28
  • 2
    @EmAe And I would point out the irony that you picked two CI build systems that run on the JVM. Commented Apr 18, 2012 at 23:58
  • 2
    "instead of downloading respective VM you download the respective compiler and that compiler will take care of the machine-code+OS for that specific machine" - we have that, its called C. Its the very essence of how software is distributed on linux, for example (prior to package managers). I'm sorry, but I have to vote to close. Commented Apr 19, 2012 at 5:14
  • 1
    Eric Lippert's article, Why IL? answers this question in the context of .Net. Commented Apr 19, 2012 at 18:27