[Pharo-project] Namespaces?
Hi all, asking the unmentionable ;-) Are there any plans for (simple) name spaces in Pharo? Reason I'm asking is that it would make moving code between e.g. VW and Pharo easier IMHO. Michael
Few years ago Stef and I worked on an implementation. It is working fairly well. Unfortunately, we did not push it for an inclusion. http://www.squeaksource.com/Namespace I just tried it. 'Namespace install' to install it. Test are green in my seaside image. Cheers, Alexandre On 16 Jun 2008, at 19:14, Michael Rueger wrote:
Hi all,
asking the unmentionable ;-)
Are there any plans for (simple) name spaces in Pharo? Reason I'm asking is that it would make moving code between e.g. VW and Pharo easier IMHO.
Michael
_______________________________________________ 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 ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
But I would change it. Stef On Jun 16, 2008, at 8:53 PM, Alexandre Bergel wrote:
Few years ago Stef and I worked on an implementation. It is working fairly well. Unfortunately, we did not push it for an inclusion. http://www.squeaksource.com/Namespace
I just tried it. 'Namespace install' to install it. Test are green in my seaside image.
Cheers, Alexandre
On 16 Jun 2008, at 19:14, Michael Rueger wrote:
Hi all,
asking the unmentionable ;-)
Are there any plans for (simple) name spaces in Pharo? Reason I'm asking is that it would make moving code between e.g. VW and Pharo easier IMHO.
Michael
_______________________________________________ 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 ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Jun 16, 2008, at 7:14 PM, Michael Rueger wrote:
Hi all,
asking the unmentionable ;-)
:)
Are there any plans for (simple) name spaces in Pharo?
This is not that I would not like but really I'm thorn apart because really having something simple would be nice but after we have the tools and I'm not sure that having that orthogonal to packages would be good. I reread recently the proposal of goran but I do not like the idea that we would have Goo::Point in the code everywhere instead of Point or GooPoint. Now I would like to know whether we can factor that at the "border" of package but this have the prices of import statements. Now I have the impression that for pharo first having some nice clean packages is the first step.
Reason I'm asking is that it would make moving code between e.g. VW and Pharo easier IMHO.
I would only do it in one way :) Stef
alex I reread what we did and I do not like it I can tell you tomorrow why. Stef On Jun 16, 2008, at 8:53 PM, Alexandre Bergel wrote:
Few years ago Stef and I worked on an implementation. It is working fairly well. Unfortunately, we did not push it for an inclusion. http://www.squeaksource.com/Namespace
I just tried it. 'Namespace install' to install it. Test are green in my seaside image.
Cheers, Alexandre
On 16 Jun 2008, at 19:14, Michael Rueger wrote:
Hi all,
asking the unmentionable ;-)
Are there any plans for (simple) name spaces in Pharo? Reason I'm asking is that it would make moving code between e.g. VW and Pharo easier IMHO.
Michael
_______________________________________________ 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 ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Alexandre Bergel -
Michael Rueger -
Stéphane Ducasse