On 2014-11-21 15:29, Volker Braun wrote:
You don't have to use IPython interactively, just use its machinery for evaluating code-from-a-string instead of reinventing the wheel.
What's wrong with exec(compile())? There is not much reinvented in that.
Note that it's not just code evaluated from a string, it's also stuff like load() and attach(). I don't know if there are IPython equivalents for those.
-- You received this message because you are subscribed to the Google Groups "sage-devel" 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/sage-devel. For more options, visit https://groups.google.com/d/optout.
