Hacker News new | ask | show | jobs
by sirwhinesalot 980 days ago
In the Julia language overloading only considers positional arguments (which must be given positionally) with keyword arguments entirely separate (and they must be given as keyword arguments).

I quite like that approach.