On Mon, Jan 08, 2007 at 06:25:29PM -0800, 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? When the python program is running can you just press > ctrl-c, get back to the prompt, edit your code, inspect some things, and > then start the program running again where it left off? Python conflates > signals and exceptions whereas Lisp does not. There are many things you > can do with the lisp repl that you cannot do with a python interpreter > prompt.
You may want to check out IPython. -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
