Hacker News new | ask | show | jobs
by ThomasMoll 1798 days ago
Groovy supports multi-dispatch, if you needed to encapsulate a generic type, the compile would dynamically resolve that type correctly. See my example in Java (which has method overloading, but not MD)