Thursday, December 8, 2011

java's shortcomings

Will keep adding to this list as and when I get more information.

Here are some things I take for granted in Python (and sometimes in C++ too) that aren't available in Java:

- it doesn't have support for multiline strings
- it doesn't support switching on strings (at least until jdk7)

No comments: