Tim Lahey wrote: >> I'm not a fan of making such a distinction based on the >> capitalization of the first letter, but it would make sense to have >> integral (the noun) be unevaluated, and integrate (the verb) actually >> do the work.
That would make sense to me. There should be an easy way to convert between the two. > I'm definitely in favour of the basic idea. Another approach would be > to have an option to pass to the integrate function to hold the evaluation > which is evaluated after calling a second function. I thought about that, but if you want an entire expression to be unevaluated, you have to pass this argument to every function inside the expression (nested all the way down to the basic levels that are okay to evaluate). Doing things top-down makes it a lot easier to not evaluate an entire subexpression, but you have to catch things at the preparse stage to do that. Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---