Also I am getting tired of all these "my language can do this in 4 lines vs 5 lines in your languae so your language sucks"-posts.
Line-counting is a pretty dumb and insightless way of comparing language power and tells far from the whole story.
There's a tiny kernel of truth to the line-counting argument - if you find yourself repeatedly typing the same patterns of code over and over again, and there's no way to refactor it so that the pattern's expressed only once, then yes, then you're probably using a language with weak abstraction capabilities.
But yeah, trying to arrange all languages along a single "axis of power" is a pretty pointless exercise...