What code specifically do you want to use it in? In my experience, dispatching in SymPy functions happens by expression type, which is often reflected by Python class, but not always. A pattern matching based dispatching system would be more useful in my opinion.
Aaron Meurer On Fri, Jun 24, 2016 at 7:52 AM, Francesco Bonazzi <[email protected]> wrote: > Hi, > > are there any actual intentions of ever introducing multiple dispatch > support to SymPy? Has the idea been completely abandoned? > > I would like to have it as a dependency, some SymPy code could be made much > more readable with it. > > For those who are unfamiliar with the topic, some time ago we had this > library developed for the purpose: > > http://multiple-dispatch.readthedocs.io/en/latest/ > > https://github.com/mrocklin/multipledispatch > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/ec315a80-a33e-4dcb-a4f8-5f70af359cca%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2By6G2YGGZubYh0VrML3h44EGBE%2B6OS8Y5f17VXkHZPUA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
