PEP309 - built-in curry class (revisions)

Steven Taschuk staschuk at telusplanet.net
Thu Feb 27 13:22:15 EST 2003


Quoth Peter Harris:
  [...]
> An example of something else that might hypothetically belong in
> "functional" is compose(f,g) ==> (g(f(*args, **kw)).

I would hope to see
	compose(f, g) ==> f(g(*args, **kw))
instead, in keeping with the precedent in mathematics.

-- 
Steven Taschuk                          staschuk at telusplanet.net
"Its force is immeasurable.  Even Computer cannot determine it."
                            -- _Space: 1999_ episode "Black Sun"





More information about the Python-list mailing list