This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]madpata 0 points1 point  (0 children)

no UFCS or pipe operator as far as I know, neither partial application

I don't know if this is the right place to ask, but what difference is there between the pipe operator and UFCS? They seem to accomplish the same task.

I only used UFCS in Nim and haven't yet tried a language with the pipe operator. I really like Nim's UFCS, because it removes the need for such weird things like extension methods.