Chris Hall <[email protected]> writes: > The command line is great when I have a few quick commands, but I find it > painful for developing multi-line methods (i.e. 'coding').
Do you know about %edit? Just type %edit on the command line, and it will open a temporary file in an editor where you can craft a method, class, or whatever. When you save the temporary file and quit the editor, Sage will load the file into the interpreter and then delete it. (This functionality is built into IPython.) If you want to keep the file after editing it, a better solution is load/attach as you already know. -Keshav ---- Join us in #sagemath on irc.freenode.net ! -- 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/sage-support URL: http://www.sagemath.org
