Popularity of Python (was Re: Creating a Python newsgroup)

Bennett Todd (bet@std.sbi.com)
Mon, 24 Jan 1994 10:13:49 -0500 (EST)

Tim Peters writes:
>I expect Python will become more popular than Icon, and _should_ be more
>popular than C++ <wink>. But does anyone believe it will get as popular
>as Perl?

It depends. If it proves possible and _easy_ to extend the language with
dynamically-loadable glue to all kinds of other system facilities (looking
good so far!) and if mere mortals can design clean O-O interfaces, making
those facilities elegant, efficient, and robust to use from Python, why then
I think Python will outstrip every other language out there, and Python
(extended where necessary in C) will be the next revolutionary programming
tool.

Perl seems (in my experience) to be weak for implementing large systems, and
having them run efficiently and be clear and easy to maintain. I hope Python
will do better. It certainly seems to offer more hope of really strongly
reuseable code --- the existing python-lib makes that clear.

-Bennett
bet@sbi.com