> > I understand that you have to run Sage as a sort of server. I remember > > I had to use VMWare. And then you access it from the browser, and it's > > an AJAX thing that makes it behave like a notebook. > > Why? Why not something like Mathematica, where you just open a normal > > program and have a place where you can just type text? > > The sage server has a shell (terminal, command-line) interface. > It is based on the excellent ipython shell which has additional > features over python (tab completion, better help, and loads more).
Strictly speaking this isn't true. The command line interface does not use any client-server methodology, it is "just" iPython + the huge Sage Python library. So Sage can be used: - as a "normal program" - as a local webserver with an HTML interface - as a server over the network - as a library in one's Python scripts Cheers, Martin -- name: Martin Albrecht _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99 _otr: 47F43D1A 5D68C36F 468BAEBA 640E8856 D7951CCF _www: http://www.informatik.uni-bremen.de/~malb _jab: martinralbre...@jabber.ccc.de -- 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