Comment #2 on issue 2179 by [email protected]: Lambda refactoring http://code.google.com/p/sympy/issues/detail?id=2179
1. For now, Lambda should just subclass Expr. If there is progress on issue 1688, Lambda should share code with the class of function objects.
2. http://en.wikipedia.org/wiki/Currying ATM, if you have a Lambda object f taking two arguments, f(x) returns Lambda(y, f(x,y)).
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
