ANN: PyStream - a C++ stream emulation

Manuel Gutierrez Algaba thor at localhost.localdomain
Tue Aug 22 17:26:43 EDT 2000


On Tue,  Grant Edwards <ge at nowhere.none> wrote:
>In article <7ba5.39a2ccf0.27c0b at yetix.sz-sb.de>, Andreas Jung wrote:
>
>>Have you ever dreamt of using C++ streams inside Python ?
>
>Yes, but the anti-psychotic meds pretty much elimanated that...
>
>;)
>

The pythonic solution is :

newprint([a, 23, "alkja"])

which is semantically equivalent to :

print a << 23 << "alkja"

While keeping the _classic_ well taste of Python 1.5.

I think , people will talk about Python 1.5 like people speak
about Latin, a language which reached its height and then 
was getting complicated and degenerated.

Long live to classic Python, the times of the 1.5 !!

---
MGA




More information about the Python-list mailing list