Feb. 7, 2012
5:54 p.m.
On 07 Feb 2012, at 17:58, Dale Henrichs wrote:
With the next release of Metacello I am planning to include a scripting API where you will write scripts like the following:
Metacello new project: 'Seaside30'; load.
or:
Metacello new project: 'Seaside30'; squeaksource: 'MetacelloRepository'; version: '3.0.6; load: #('Base').
for more examples and some discussion see[1]. The API is still under development and if you (or anyone else) would like to comment, I suggest that you join the metacello group[2] and join the discussion.
The Metacello class is intended to be included in the base image of Pharo, GemStone and Squeak, which would allow for cross-platform scripting.
Looking forward to all that, Dale! Sven