|
|
|
|
|
by bdamm
4628 days ago
|
|
Languages like Matlab are best suited for expressing calculus. Why are you choosing a poor tool for the job? 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. |
|
As you point out when you have a reasonably complicated problem like applying functions java fails miserably and other languages are a much better choice.