show/hide this revision's text 2 added 458 characters in body

Rake

Ruby version of make

Pros:

  • Clean idiomatic ruby syntax
  • Rake files are written in ruby, so leverages ruby itself rather than proprietary file format or XML
  • Ruby on Rails tightly integrated with it

Cons:

  • Requires ruby, which is not always available
  • No built-in packaging support/versioning/dependency management (see rubygems)
show/hide this revision's text 1

Rake

Ruby version of make