Sake = Rake for Smalltalk?

stéphane ducasse ducasse at iam.unibe.ch
Thu Apr 27 07:37:51 UTC 2006


On 26 avr. 06, at 22:54, Diego Fernandez wrote:

> At Mercap we has been working on a "Batch Model". Our first intention
> was making "scripts" to do continuous integration. (using VAST)
>
> After a while, that was totally unnecessary (and uncomfortable too).
>
> Yes, you could automate all the process of packaging, but is not
> necessary to do a framework like makefiles for that, just modeling
> some objects of the SCM domain... that in Squeak for example, are
> missing: like modules, etc :P.

:)
But we have MC and MC2 coming.

> Anyway I think that would be nice to make something to run St scripts
> from the command line... just to attract users from Python/Perl/(put
> your classic text file scripting language here) to Squeak.

exactly and also me when I have to write some script shells, and I  
would prefer to write
some sqrit-shell :)

KernelPackage
	import: Point.

Package declare: 'ColoredPointPackage'.

Point < ColoredPpoint
	variables: 'x y' ;
	classvar: 'Foo'
	
ColoredPoint>>foo: zork
	<category: 'foobar'>
	<author: 'sd' date: '24/06/2006'>
         [ ljkljl
		^
         	]





>
> Cheers,
> Diego F.
>
>




More information about the Squeak-dev mailing list