Hacker News new | ask | show | jobs
by getsat 4066 days ago
Why is uniform call syntax a good addition? What is the benefit?

I only ever remember hearing of one programming language supporting it, and I can't even remember what it is. Maybe it was Nim?

1 comments

It can simplify templates; allowing you to treat free functions and class methods the same way.
I see. Thanks for the reply.