Hey I have nothing against Java, indeed most of my coding is done in Python, another interpreted language that is also "compiled" to bytecode before execution. But I do enough high performance computing to know that there is a significant hit both in terms of memory usage and speed to using an "interpreted" language. Whether that hit is significant enough to affect apps running on the PRS500, I don't know.
|