ANN: PyStream - a C++ stream emulation

Andreas Jung andreas at andreas-jung.com
Sat Aug 26 07:51:28 EDT 2000


Hi,

I am a bit amused about all follups. May be I should explain of writing
PyStream. A friend of mine is working on a framework for biochemical algorithms
and applications.  This framework is written in C++ and uses Python implement a
scripting and interactive interface. The framework makes heavily use of C++
streams. To allow developers and users a uniform interface both under C++ and
under Python I had to write some kind of stream emulation. PyStream is
not thought to be a replacement for Python IO - it just some kind of
misuse of operator overloading :-) So don't take it too serious :)

Cheers,
Andreas







More information about the Python-list mailing list