Python and generic programming

Alex Martelli aleaxit at yahoo.com
Thu Oct 21 18:25:28 EDT 2004


Roman Suzi <rnd at onego.ru> wrote:

> I wonder, does Python support generic programming paradigm, and to what extent

It appears to me to support generics at least as well as C++ does.  I
just write normal code (no typechecks) and voila, the equivalent of C++
templates (at least).  What do you think is missing?


Alex



More information about the Python-list mailing list