[Pharo-project] "Real" packages.
On Wed, Feb 11, 2009 at 9:21 AM, David Röthlisberger <squeak@webcitas.ch>wrote:
So if we had real packages in Pharo as first class entities, OB would be much faster and simpler to maintain. Right now, OB models packages and class cats itself, has to take the information from both the Monticello's working copy managers and the SystemOrganizer. This is a mess and a huge pain, but what can we do. We should really invest in bringing real packages to Pharo.
If you want "real" packages, I've implemented them in Squeak: http://gulik.pbwiki.com/Namespaces http://gulik.pbwiki.com/Packages The places the code is held, including a video and a Squeak image is linked from here: http://gulik.pbwiki.com/SecureSqueak I'm not interested in Pharo, but the code is there and is released under the MIT license if anybody else wants it. Gulik. -- http://people.squeakfoundation.org/person/mikevdg http://gulik.pbwiki.com/
Alexandre implemented long time ago an hybrid model where both kind of packages could coexist and we should probably revive it for 1.1 Stef On Feb 10, 2009, at 10:28 PM, Michael van der Gulik wrote:
On Wed, Feb 11, 2009 at 9:21 AM, David Röthlisberger <squeak@webcitas.ch
wrote:
So if we had real packages in Pharo as first class entities, OB would be much faster and simpler to maintain. Right now, OB models packages and class cats itself, has to take the information from both the Monticello's working copy managers and the SystemOrganizer. This is a mess and a huge pain, but what can we do. We should really invest in bringing real packages to Pharo.
If you want "real" packages, I've implemented them in Squeak:
http://gulik.pbwiki.com/Namespaces http://gulik.pbwiki.com/Packages
The places the code is held, including a video and a Squeak image is linked from here: http://gulik.pbwiki.com/SecureSqueak
I'm not interested in Pharo, but the code is there and is released under the MIT license if anybody else wants it.
Gulik.
-- http://people.squeakfoundation.org/person/mikevdg http://gulik.pbwiki.com/ _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I watched at the video, looks cool! Alexandre On 10 Feb 2009, at 22:28, Michael van der Gulik wrote:
On Wed, Feb 11, 2009 at 9:21 AM, David Röthlisberger <squeak@webcitas.ch
wrote:
So if we had real packages in Pharo as first class entities, OB would be much faster and simpler to maintain. Right now, OB models packages and class cats itself, has to take the information from both the Monticello's working copy managers and the SystemOrganizer. This is a mess and a huge pain, but what can we do. We should really invest in bringing real packages to Pharo.
If you want "real" packages, I've implemented them in Squeak:
http://gulik.pbwiki.com/Namespaces http://gulik.pbwiki.com/Packages
The places the code is held, including a video and a Squeak image is linked from here: http://gulik.pbwiki.com/SecureSqueak
I'm not interested in Pharo, but the code is there and is released under the MIT license if anybody else wants it.
Gulik.
-- http://people.squeakfoundation.org/person/mikevdg http://gulik.pbwiki.com/ _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (3)
-
Alexandre Bergel -
Michael van der Gulik -
Stéphane Ducasse