Hi, First of all, Sage is awesome, thanks for putting everything together and making this happen...
I have a problem though, I would like to use Sage for many small calculations on demand. This is fine if I am using Sage manually, but when I want to automate these calculations creating scripts, it takes a lot of time to run them. Every time Sage starts, it takes some time for loading. Once it is loaded, calculations perform fast. The problem I am having is that every time I run a script, Sage has to start from scratch, so the calculation takes a lot of time, even when the calculations itself are trivial. The only solution I can think of is hacking the notebook() interface so that I can access it through the command line, and evaluate my scripts with it as the evaluate link does in the web interface. Is there any other way I could keep the Sage environment loaded while calling the scripts? Am I missing something obvious? or do you have any hints on how can I use that server to run the scripts? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org