There's not doubt it is readable (I'm quite a fan of the language too) - the problem is with writing it as a novice. This post highlights some of the issues with magic and whitespace:
I don't know, you would just never write "foo = bar->". It looks bad and it's wrong.
White-space sensitive languages are great because they reward you for writing with style, plus you don't have to worry about matching and aligning braces all the time.
White-space sensitive languages are great because they reward you for writing with style, plus you don't have to worry about matching and aligning braces all the time.