logo dotConferences
Menu

Multiple Dispatch

Axel Rauschmayer at dotJS 2012

JavaScript has "single method dispatch" – if a method has several implementations (is polymorphic), then a single value determines which of those implementations is chosen when the method is invoked. In this talk, we look at a generalization of single dispatch, "multiple dispatch".

Slides

To see the slides, you can click here

More details

Axel posted an updated version of his slides in 2013.