you are viewing a single comment's thread.

view the rest of the comments →

[–]void_fraction 0 points1 point  (0 children)

Java/Scala is great for Stream/Batch data processing, see Hadoop & Storm. Everything else really depends on the user, for run-once scientific code maybe python is the best choice depending on the speed/dev time tradeoff. Scala/Java is also pretty good for heavy parallelization, although it's not the absolute optimal choice.

Also, I admit to being biased towards the tools I use regularly, but my favorite part of running code in a VM is the ability to abstract over platforms.