Hello,<br><br>I have a bunch of Python bindings for a 3rd party software running on the server side.<br>I can add client side extensions that communicate over some http / xml type requests.<br>So I can define functions that take a string and return a string.<br>
I would like to get a simple read eval print loop working.<br><br>Without adding a bunch of syntax checking on the client side can I get the behavior of the regular interpreter?<br>What I mean is things like going from >>> to ... after you start a block (like if, while, for, etc).<br>
<br>Is this possible or can I not send over one line at a time and I'd have to send over a complete block?<br><br>Thanks,<br>~Eric<br>