Tracy R Reed wrote:
Python has an interactive environment, sort of. But have you ever actually written a whole program in it? And once you do how do you save it out to disk?
Have you tried ipython? I believe that it does quite a bit of what you want.
And, BTW, most Lisp environments have the same "write to disk" problem. The differences is that most of them are using Emacs and can write the interactive buffer. The same thing can be done for ipython, IIRC.
-a -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
