new python syntax: concatenation of functions

Curzio Basso curzio.basso at unibas.ch
Thu Mar 11 09:40:14 EST 2004


Radovan Garabik wrote:

> because neither in mathematics people agree on the order:
> a°b(x) == a(b(x)) or
> a°b(x) == b(a(x)) ?

Is this a joke or what?

In mathematics people DO agree on the order:

if a:B->A and b:X->B, then a°b:X->A and
(a°b)(x)=a(b(x))



More information about the Python-list mailing list