Hacker News new | past | comments | ask | show | jobs | submit login

With multiple dispatch you can extend the types of your data and functions that process it independently of each other. For example, some people can extend floats to intervals (to keep track of precision) and some other people can write any code that operates on abstract floats. They don't have to communicate and agree on things and conventions, the composite code just works.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: