On Friday, January 27, 2012 2:19:59 AM UTC-8, Jeroen Demeyer wrote: > > On 2012-01-27 11:17, David Roe wrote: > > Why? So that things like sage -i can work without python? > Exactly. >
And also for speed issues, as William brought up a year or two ago when we discussed this sort of thing. If you run "sage --gp ...", you want it to start quickly, and not to include the overhead of starting Python. Ticket #21 had a workaround for this: use a shell script for a few basic command line arguments for which speed was important, and then if none of those were present, pass everything to a Python script for more sophisticated option parsing. -- John -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org