>>105905538
It's actually not that bad, I think scripting languages could benefit from this
Consider this random example I made up with real function names (not a real language, just a fictitious made up example):
>log(clamp(1, 10, tonumber(assert(input()))))
Rewritten with the proposed syntax:
>input.assert.tostring.clamp(1, 10).log()
It's very intuitive