Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:tattooed love boys program? (Score 1) 667

So which magical, fashionable language optimizes itself? I agree that there are herds of languages and frameworks that will allow someone to create a system that will serve even medium size load. But I have yet to see any language that will self optimize, and I am not sure that I would trust one that did. Scalability/Optimization usually take place outside of Java proper anyway, either at the application server level, the database level or at the caching layer. And from what I have seen most modern frameworks use the same sorts of options. Heaven help the poor Ruby on Rails programmer that thought the data layer was going to scale by itself. I don't really want to be put in the position of defending Java if there is a better option out there, but I don't see it.

Slashdot Top Deals

"If a computer can't directly address all the RAM you can use, it's just a toy." -- anonymous comp.sys.amiga posting, non-sequitir

Working...