C++ style Stream Operators

Jay O'Connor joconnor at cybermesa.com
Sun Feb 11 09:11:37 EST 2001


On Thu, 8 Feb 2001 15:41:42 -0600, "Jim" <jimholliman at heartsoft.com>
wrote:

>I'd like to use C++style stream i/o operators, such as "file_object <<
>some_stuff" in my python code.
>IS this sort of operator setup and what modules would I need to take
>advantage of them if so?


Well, not C++ style, but I've started working on some Smalltalk-style
Streams for Python.

First rudimentary example is here:
http://pub1.ezboard.com/fobjectorienteddevelopmentprogrammingexamples.showMessage?topicID=41.topic

Discussion is here:

http://pub1.ezboard.com/fobjectorienteddevelopmentpython.showMessage?topicID=81.topic

Take care,


Jay O'Connor
joconnor at cybermesa.com
http://www.cybermesa.com/~joconnor

Python Language Discussion Forum - http://pub1.ezboard.com/fobjectorienteddevelopmentpython

"God himself plays on the bass strings first, when he tunes the soul"



More information about the Python-list mailing list