On Mon, Nov 18, 2013 at 2:12 PM, F. B. <[email protected]> wrote: > > By the way, what about if I try to sketch a @dispatch decorator? > > It could be used experimentally in a subset of sympy, such as the tensor > module and the quantum module. > > Things one should care of are: > > behavior of @dispatch with other sympy decorators > how to display a @dispatch decorated function in the doctests? > difference between dispatching a function and a class method. > keep it as close as possible to Julia's dispatch mechanism.
By all means, please go ahead! We will discuss this once you post a PR, see how it looks, see if the speed is enough for tensors/quantum etc. And we can play with it. I will try to use it experimentally with csympy as well. Ondrej -- 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 http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
