Redirecting StdOut

Ugo García plugin at supercable.es
Sun Jun 23 18:55:56 EDT 2002


"Peter Hansen" <peter at engcorp.com> escribió en el mensaje
news:3D163550.E525D840 at engcorp.com...
> "Ugo García" wrote:
> >
> > perfect. This is what I was looking for. Now I'd make a C module to
handle
> > the messages written to stdout & stderr in order to show them in the
screen.
> > Thanks a lot
>
> Why would you bother with C for a game that relies on simple print
> statements for its interface?
The game not only consist of printing message (that's not a game... :-) ).
What I'm making is a engine to make Graphical Adventures.

 Can't you implement the game entirely in Python?
Probably it would be implemented entirely in Python. Why not? SPEED. I'm
familiarized with C and prefer to make the core of the engine in C, which is
faster and more reliable for this kind of things, and leave Python be ONLY
the script language of the engine.

Thanks,
--ugo

>
> -Peter





More information about the Python-list mailing list