Re: python without while and other "explosive" statements

2008-05-12 Thread ivo talvet
thanks for the tips, pam limits and http://codepad.org/ are both interesting tracks. Ivo 2008/5/12 Matt Nordhoff <[EMAIL PROTECTED]>: > > ivo talvet wrote: > > Hello, > > > > Is it possible to have a python which not handle the execution of > > "while", "for", and other loop statements ? I wo

Re: python without while and other "explosive" statements

2008-05-11 Thread Matt Nordhoff
ivo talvet wrote: > Hello, > > Is it possible to have a python which not handle the execution of > "while", "for", and other loop statements ? I would like to allow > remote execution of python on a public irc channel, so i'm looking for > techniques which would do so people won't be able to crash

Re: python without while and other "explosive" statements

2008-05-11 Thread Grant Edwards
On 2008-05-11, ivo talvet <[EMAIL PROTECTED]> wrote: > Is it possible to have a python which not handle the execution of > "while", "for", and other loop statements ? I would like to allow > remote execution of python on a public irc channel, so i'm looking for > techniques which would do so peopl