|
|
|
|
|
by fleitz
4628 days ago
|
|
I'm not talking about how many features the language has, I'm talking about the endless amount of line noise that you need to accomplish simple tasks. Most of what the code does is hidden behind ceremony. Imagine Newtown writing out instructions on how to calculate gravity instead of just writing:
F = G((m1 m2)/(r^2)) I really don't understand how a language that can't succinctly express calculus from 300 years ago would be regarded as suitable for complex code. |
|
Most Java programmers don't care about expressing calculus. They care about expressing interactions between web services, sql, and applying rules as the data flows through their modules. Or between user interface elements and service requests. It's all about moving data around, working on that data when you've got it, and triggering actions.