Hacker News new | ask | show | jobs
by tmtvl 189 days ago
> UFCS

Uniform Function Call Syntax seems neat, but is it really uniform? In other words, can you call a random method defined on a class via method(class, parameters)? Or are some things more uniform than others?