Hacker News new | ask | show | jobs
by jlafon 4501 days ago
Java has many great features, but I find it to be too tedious for me to experiment. For example: want to read a file into a string? The Python version is open(name).read(), and I've never seen a Java equivalent be that concise.