Re: [Tutor] How to get smooth, terminal-like interaction over the web

2008-11-26 Thread tchomby
On Wed, Nov 26, 2008 at 06:48:52AM -0500, bob gailer wrote: See http://code.google.com/p/pythoninthebrowser/. I'm looking for simplicity and ease of use for a python programmer. I was just thinking that I'm sure I've seen Python and Ruby interpreters implemented in javascript or something

Re: [Tutor] How to get smooth, terminal-like interaction over the web

2008-11-26 Thread Kent Johnson
On Tue, Nov 25, 2008 at 6:50 PM, tchomby [EMAIL PROTECTED] wrote: It's a simple text-based program, the interaction would work perfectly in a terminal with the computer printing out lines of text to the user, and the user typing in lines of text and pressing return, and this is the kind of

Re: [Tutor] How to get smooth, terminal-like interaction over the web

2008-11-26 Thread bob gailer
tchomby wrote: I have an idea for a python program I want to write. I want to make this program accessible over the web for people to play with. And that's where I'm stuck -- I don't know what module, framework, protocol, or whatever to use to webify it. It's a simple text-based program, the

[Tutor] How to get smooth, terminal-like interaction over the web

2008-11-25 Thread tchomby
I have an idea for a python program I want to write. I want to make this program accessible over the web for people to play with. And that's where I'm stuck -- I don't know what module, framework, protocol, or whatever to use to webify it. It's a simple text-based program, the interaction

Re: [Tutor] How to get smooth, terminal-like interaction over the web

2008-11-25 Thread Alan Gauld
tchomby [EMAIL PROTECTED] wrote It's a simple text-based program, the interaction would work perfectly in a terminal with the computer printing out lines of text to the user, and the user typing in lines of text and pressing return, and this is the kind of interaction I want to enable on a