News

Many Python fans have longed for the language to adopt functional programming features. Now they can get those features without having to switch to a new Python implementation.
First, you can’t just transport straight C for loops into Python. There has to be some concession to Python syntax. The initial attempt was clever but not clever enough.