Python Productivity over C++

Courageous jkraska1 at san.rr.com
Tue Jun 13 00:54:00 EDT 2000


> > Although, to be fair, any seasoned C programmer has his or her
> > own preferred set of utility functions for doing hashtables,
> > stacks, lists, and so forth. I have a set of macro-expansion
> > tools for that that are far more efficient than the standard
> > template library could ever pray to be (written by a nut who
> > would meticulously process to assembly and analyze the number
> > and nature of assembly instructions issued for the equivalent
> > C... he was really freaky :).
> 
> But this is somethings we had to do.

This is doubtful, albeit you would have had to look somewhere to
find what you wanted... that I don't doubt. It wasn't so long ago
that STL was just a glimmer in the C++ standard's eye, and was
nothing more than a yet another template library from yet another
unix vendor. This isn't to argue the genuine usefulness of pythons
generic container classes, of course; obviously I'm sold. :)-





C/



More information about the Python-list mailing list