lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 17 November 2010 08:33, steve donovan <steve.j.donovan@gmail.com> wrote:
> Lake is perhaps over-focused on _building software_, and neglected
> things like deployment and testing.

I think this is a fair criticism. Rake seems to very frequently used
for tasks other than compilation because for a Ruby project it's handy
to define tasks using a familiar language and libraries. e.g. hack
something together to enumerate TODOs in your source repository, or
preprocess and generate your docs etc.

Alex