Re: Jim Fulton : Extensible compound statements -- new exec flavor

Marc Wachowitz (mw@ipx2.rz.uni-mannheim.de)
7 Feb 1995 14:31:39 GMT

Ty Sarna (endicor@crl.com) wrote:
> 'in' is good. If Jim's system is goind to be used, it allows delayed or
> concurrent execution of the suite. "in" implies immediate execution, so
> "in" may be more confusing than "as" in that case. On the plus side, "in"
> is already a python keyword.

I think that's a matter of choosing the right word combination:

in ConcurrentThread():
...

in LaterComputation():
...

Sounds good to me (but then English isn't my native language ;-)

------------------------------------------------------------------------------
* wonder everyday * nothing in particular * all is special *
Marc Wachowitz <mw@ipx2.rz.uni-mannheim.de>