Hacker News new | ask | show | jobs
by blarg1 382 days ago
Makes naming functions easier, eg multiply(mat3,vec3), multiply(mat3,mat3), etc

If the language is dynamically typed, you can use it for polymorphism.