Status: Started
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 2179 by [email protected]: Lambda refactoring
http://code.google.com/p/sympy/issues/detail?id=2179
There are a few issues with Lambda which complicate the code for little
benefit:
* Lambda subclasses Function. However instances of Lambda are functions,
while instances of Function aren't (yes, this is confusing).
* Automatic currying is implicit magic that doesn't even seem useful and is
inconsistent with the behaviour of the other function-representing objects.
* .apply() is a redundant and unused wrapper for .__call__()
--
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.