▲ | pjmlp a day ago | |||||||||||||
OO support is more than just record.method(), which is something you don't even have in OOP systems based in multi-dispatch. | ||||||||||||||
▲ | sirwhinesalot a day ago | parent [-] | |||||||||||||
I always find it funny how people focus on the .method() syntax. You have the "pipe" operator in some functional languages that achieves the same thing, pass the result of an expression as the first argument of the chained call on the right. Nothing to do with OOP. | ||||||||||||||
|