In all the discussions about how to manage/organize Smalltalk code - I would like to add, that ENVY (though it's so old) with its config maps, applications, prerequisites is a pretty good example how it works. Take a look at the only available ENVY implementation today (VAST) and think about the way they did it in the eighties ... The ENVY-(concept - not the implementation) is still a master peace in this area - even when compared with VS or Eclipse - and it supports the power of Smalltalk very much. There are questionable parts of ENVY and I do not use these parts of it very often. But even these questionable parts of ENVY have not been better solved by other Smalltalk source code management systems. I've repositories, which are around 10 years old - and ALL code is still there, all versions for all different platforms - down to methods differences within a mouse click and the speed within a LAN is so good. Marten
On Apr 5, 2013, at 11:28 PM, Alexandre Bergel<alexandre.bergel@me.com> wrote:
Just a question: Is there any plan for a Metacello 2?