Programer Humor: Wolfram Alpha Ad: Python Unladen Swallow

By Xah Lee. Date: . Last updated: .

“what… is the airspeed velocity of an unladen swallow?”

python unladen swallow wolfram alpha 3
A ad from http://www.wolframalpha.com/ around 2011-06
Airspeed Velocity of a Swallow.
Monty Python and the Holy Grail - The Bridge of Death

Unladen Swallow

Unladen Swallow was an optimization branch of CPython, intended to be fully compatible and significantly faster. It aimed to achieve its goals by supplementing CPython's custom virtual machine with a just-in-time compiler built using LLVM.

The project had stated a goal of a speed improvement by a factor of five over CPython;[36] this goal was not met.[37]

The project was sponsored by Google, and the project owners, Thomas Wouters, Jeffrey Yasskin, and Collin Winter, are full-time Google employees,[38] however most project contributors are not Google employees.[39] Unladen Swallow is hosted on Google Code.[40]

Like many things regarding the Python language, the name Unladen Swallow is a Monty Python reference, specifically to the joke about the airspeed velocity of unladen swallows in Monty Python and the Holy Grail.

Although it fell short of all published goals, Unladen Swallow did produce some code which got added to the main Python implementation, such as improvements to the cPickle module.[41]

In July 2010, some observers speculated on whether the project was dead or dying, since the 2009 Q4 milestone had not yet been released.[42] The traffic on Unladen's mailing list had decreased from 500 messages in January 2010, to fewer than 10 in September 2010.[43] It has also been reported that Unladen lost Google's funding.[44] In November 2010, one of the main developers announced that “Jeffrey and I have been pulled on to other projects of higher importance to Google”.[45]

The 2009 Q4 development branch was created on January 26, 2010,[46] but no advertising was made on the website. Further, regarding the long-term plans, and as the project missed the Python 2.7 release, a Python Enhancement Proposal (PEP)[37] was accepted, which proposed a merge of Unladen Swallow into a special py3k-jit branch of Python's official repository. As of July 2010, this work was ongoing.[47] This merging would have taken some time, since Unladen Swallow was originally based on Python 2.6[48] with which Python 3 broke compatibility (see Python 3000 for more details). However, the PEP was subsequently withdrawn.

In early 2011, it became clear that the project was stopped.[49]

[2017-02-21 from Wikipedia Unladen Swallow]