Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Improvements (Score 1) 338

I just did a small test on all three for the fun of it and you're right about the startup time. For a simple hello world on my machine, Ruby 1.9.2 takes on average ca 50 ms to execute, python 3.2 70 ms and Java 6 100 ms. That startup time difference is too small for user-detection and once the program starts doing anything the difference will be in the other direction.

Other things you talked about don't have anything to do with performance, so you haven't talked about use-cases in plural but only about the small amount of startup time difference.

Comment Re:One day we will be done with java... (Score 3, Interesting) 338

"Write once, run anywhere" was like communism -- an idea that sounds nice in theory in some ways but utterly fails to work in reality.

True, if you hardcode C:\something or /somethingelse in your app. I've never had cross-platform problems, either on big server side applications or trivial desktop ones. So I guess 'utterly failes to work in reality' is somewhat dependent on the developer.

Slashdot Top Deals

1 + 1 = 3, for large values of 1.

Working...