Re: Functional composition in python

2010-08-29 Thread Audric Schiltknecht
Le 29/08/2010 04:54, Dmitry Groshev a écrit : On Aug 29, 5:14 am, Steven D'Aprano wrote: On Sat, 28 Aug 2010 21:30:39 +0400, Dmitry Groshev wrote: Hello all. Some time ago I wrote a little library: http://github.com/si14/python-functional-composition/, inspired by modern functional languages l

Re: Functional composition in python

2010-08-28 Thread Dmitry Groshev
On Aug 29, 5:14 am, Steven D'Aprano wrote: > On Sat, 28 Aug 2010 21:30:39 +0400, Dmitry Groshev wrote: > > Hello all. Some time ago I wrote a little library: > >http://github.com/si14/python-functional-composition/, inspired by > > modern functional languages like F#. In my opinion it is quite use

Re: Functional composition in python

2010-08-28 Thread Steven D'Aprano
On Sat, 28 Aug 2010 21:30:39 +0400, Dmitry Groshev wrote: > Hello all. Some time ago I wrote a little library: > http://github.com/si14/python-functional-composition/ , inspired by > modern functional languages like F#. In my opinion it is quite useful > now, but I would like to discuss it. > An e

Re: Functional composition in python

2010-08-28 Thread Peter Otten
Dmitry Groshev wrote: > Hello all. Some time ago I wrote a little library: > http://github.com/si14/python-functional-composition/ , inspired by > modern functional languages like F#. In my opinion it is quite useful > now, but I would like to discuss it. > An example of usage: > > import os > fr

Functional composition in python

2010-08-28 Thread Dmitry Groshev
Hello all. Some time ago I wrote a little library: http://github.com/si14/python-functional-composition/ , inspired by modern functional languages like F#. In my opinion it is quite useful now, but I would like to discuss it. An example of usage: import os from pyfuncomp import composable, c, _ d