dartdog has been "exploring and developing an application in Python for mission critical work in the commercial banking arena" in this SO question: python-in-the-enterprise-pros-and-cons. He asked for help proving that Python is ready for mission critical banking work. Many people pointed to python.org/about/success. I voiced objections and was down-modded as flamebait.
I feel that all of the projects listed there are applications, not mission critical systems. Mythical Man Month defines these:
[A program] is complete in itself, ready to be run by the author on the system on which it was developed. That is the thing commonly produced in garages, and that is the object the individual programmer uses in estimating productivity. There are two ways a program can be converted into a more useful, but more costly, object... a programming product (a program that can be run, tested, repaired, and extended by anybody) and a programming system (a collection of interacting programs, coordinated in function and disciplined in format, so that the assemblage constitutes an entire facility for large tasks). Finally there is the programming systems product. This differs from the simple program in all of the above ways. It costs nine times as much. But it is the truly useful object, the intended product of most system programming efforts.
I love python for application programming. It's my favorite language. However, I outlined in that thread that companies are interested in building programming systems product (mission-critical systems), and this simply isn't feasible (YET) for most companies in practical business environments, because there aren't enough companies (with lots of money backing them) investing in and supporting Python. This explains what I observe in real life: Nobody is using python for mission-critical systems- Python is almost entirely used as an application language. Google and Eve Online are the notable exceptions. Eve Online is a game, they don't get sued if they have downtime. Google's services are nowhere near as mission critical as a banking transaction architecture, and even so Google has presumably addressed my concerns by hiring Python rockstars like Guido and Alex Martelli, so Google now has strategic influence over Python's future, and has the knowledge to maintain it on its own if need be. Google isn't gambling at all.
Alex Martelli chimed in:
Guido being hit by anything would be a tragedy, to me personally (as he's a friend), to his family, and to the world in general. Python of course would go on (as did Perl when Larry Wall had cancer, fortunately currently in remission), probably switching to a lead-committee approach similar to what Perl has now and BSD and Apache had for a long time. Linux is in a similar situation wrt Thorvalds -- the lead committee has been driving for a long time, albeit on delegation from Linus -- and that has NOT stopped banks from adopting it, esp. once IBM started marketing it!_)
Emphasis added by me. Did banks really adopt linux before it was commercially backed?
There are strategic business criteria for a platform that many programmers don't grok. Is a bank, or a defense contractor, going to use a technology that is controlled by a company which they have no influence over? What if Python 4 goes in a new direction, and is not suitable for their goals? But Python 2 and 3 are no longer maintained. That's a strategic nightmare. When you have Microsoft backing you, you don't have this problem, Microsoft is trusted and stable and guarantees that the technology isn't going to change directions, and guarantees maintenance for 10+ years, and you can pay them to help you migrate to their new platforms. They're expensive, but they are dependable and you can trust that your project won't be doomed because of them.
So, I feel that, in 2009, Python is a poor choice for mission-critical systems. At best, its not a crystal clear choice, and carries some risk. In 2012, maybe it will be feasible, but the latest and greatest MS will likely beat it out. Do you disagree?
