[web2py] Re: minimalist file based workflow engine

2012-05-30 Thread Niphlod
uhm, maybe only for python and ruby And let me add that this level of "conciseness" isn't for everybody: I noticed that the no of lines of my programs get smaller every month, but I still can't write down such minimal (yet understandable) code ... This is one of the reason I like to hang on

Re: [web2py] Re: minimalist file based workflow engine

2012-05-30 Thread Michele Comitini
+1 This is perfect for managing repeated task A file observer, task dispatcher/scheduler with a cool syntax! mic 2012/5/30 Niphlod : > I'm amazed that the docs explaining features is perhaps longer than the > actual code executing it > IMHO it deserves inclusion in scripts/... 5 KB against 6

[web2py] Re: minimalist file based workflow engine

2012-05-30 Thread Massimo Di Pierro
Isn't that the case for every code? In my experience if the source is longer then the docs, the code is not worth using. Massimo On Wednesday, 30 May 2012 14:03:46 UTC-5, Niphlod wrote: > > I'm amazed that the docs explaining features is perhaps longer than the > actual code executing it >

[web2py] Re: minimalist file based workflow engine

2012-05-30 Thread Niphlod
I'm amazed that the docs explaining features is perhaps longer than the actual code executing it IMHO it deserves inclusion in scripts/... 5 KB against 6,5 to trash sessions, 9,6 to install on fedora.. Il giorno mercoledì 30 maggio 2012 18:00:26 UTC+2, Massimo Di Pierro ha scritto: > >