On Thu, Apr 8, 2010 at 1:45 PM, Uriel <lost.gob...@gmail.com> wrote: > On Mon, Apr 5, 2010 at 12:32 AM, Paul Malherbe <p...@tartan.co.za> wrote: >> Again I totally agree with Uriel, rather use a good scripting language like >> python ;-) > > Uhu? It would be impossible to write something like werc in Python , > the unix command pipeline is one of the most powerful software > concepts ever invented.
Python lacks pipelines indeed. But there are several Python libraries for running pipelines available: * http://pypi.python.org/pypi/iterpipes/ * http://pypi.python.org/pypi/pipeline/ I'd say Python is not so nice language for other reasons, like metaclasses, complex attribute lookups, etc. Anyway, I believe it is quite OK for practical purposes. -- Andrey Web: http://claimid.com/vlasovskikh IM: xmpp:andrey.vlasovsk...@gmail.com