Sake = Rake for Smalltalk?

Wilkes Joiner wilkesjoiner at gmail.com
Thu Apr 27 03:47:48 UTC 2006


Rake is using blocks, just with an alternative syntax.

task :target => [:dep1, :dep2] do
    # do stuff
end

On 4/26/06, stéphane ducasse <ducasse at iam.unibe.ch> wrote:
> hi all
>
> I wanted to know if one of you was working on something similar than
> rake in ruby: a makefile/ant like
> framework. Using blocks :) so it seems better.
>
> Stef
>
>



More information about the Squeak-dev mailing list