Metadata-Version: 1.0
Name: multipledispatch
Version: 0.1.0
Summary: Multiple dispatch
Home-page: http://github.com/mrocklin/multipledispatch/
Author: Matthew Rocklin
Author-email: mrocklin@gmail.com
License: BSD
Description: Multiple Dispatch
        =================
        
        [![](https://travis-ci.org/mrocklin/multipledispatch.png)](https://travis-ci.org/mrocklin/multipledispatch)
        
        Arbitrary decisions
        -------------------
        
        We collect implementations based around the name of the function.  This
        means that we ignore namespaces.
        
        When the choice between two implementations is ambiguous then we choose one
        pseudo-randomly and raise a warning.
        
        
        Links
        -----
        
        *   [Five-minute Multimethods in Python by Guido](http://www.artima.com/weblogs/viewpost.jsp?thread=101605)
        *   [`multimethods` package on PyPI](https://pypi.python.org/pypi/multimethods)
        *   [Clojure Protocols](http://clojure.org/protocols)
        *   [Julia methods docs](http://julia.readthedocs.org/en/latest/manual/methods/)
        *   [Karpinksi notebook: *The Design Impact of Multiple Dispatch*](http://nbviewer.ipython.org/gist/StefanKarpinski/b8fe9dbb36c1427b9f22)
        *   [Wikipedia article](http://en.wikipedia.org/wiki/Multiple_dispatch)
        
Keywords: dispatch
Platform: UNKNOWN
