Java is just as productive in my opinion, when built and edited in a command line environment. Using Eclipse slows things down quite a bit (but speeds up things like refactoring). I've found myself no more productive with Python since I end up having to find the syntax/type bugs in runtime rather than compile time.
Comments
Java is just as productive in my opinion, when built and edited in a command line environment. Using Eclipse slows things down quite a bit (but speeds up things like refactoring). I've found myself no more productive with Python since I end up having to find the syntax/type bugs in runtime rather than compile time.