A polyglot's guide to multiple dispatch - Eli Bendersky's website
A polyglot's guide to multiple dispatch April 19, 2016 at 05:02 Tags C & C++ , Multiple dispatch This is the first article in a series dedicated to multiple dispatch - an advanced abstraction technique available to programmers out-of-the-box in some languages, and implementable in others. This first…
Hasnain says:
This is an awesome read on programming languages, dynamic/static typing and dispatching
Posted on 2016-04-20T06:30:24+0000