[Pharo-project] Fwd: [Moose-dev] [seed] New project around the kernel
Begin forwarded message:
From: Nicolas Paez <nicopaez@gmail.com> Date: August 31, 2010 5:02:04 PM GMT+02:00 To: moose-dev@iam.unibe.ch, pharo-project-request@lists.gforge.inria.fr Subject: [Moose-dev] [seed] New project around the kernel Reply-To: Moose-related development <moose-dev@iam.unibe.ch>
Hi, I am working in the RMoD team (INRIA) in a project called Seed. One of the tasks of the project is to identify those mandatory classes that should be part of Pharo kernel. Currently, Pharo kernel has some "unhappy dependecies". We are using Moose + Glamour to create a tool (a browser) that help up with this task. The idea is to start by loading in our browser the classes used in the SpecialObjectsArray and then iterate to add dependencies incrementally. This way we will be able to detect smells and "blacklist" methods we don't want to be part of our kernel.
During this days we will have a working version of our browser to start the analysis. If you want to take a look, search for Seed on SqueackSource. We will be sharing our findings in the Pharo mailing list.
Regards, NicoPaez.
_______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Stéphane Ducasse wrote:
Begin forwarded message:
*From: *Nicolas Paez <nicopaez@gmail.com
Hi, I am working in the RMoD team (INRIA) in a project called /Seed/. One of the tasks of the project is to identify those mandatory classes that should be part of Pharo kernel.
Would it be worthwhile to look at the class/methods in a Spoon image? http://netjam.org/projects/spoon/ The "minimal" Spoon image which is meant to have just enough to connect to another image to provide more code, IMHO, is too small to be Pharo Kernel.
I know that work now it was difficult to make it work. and for the moment we do not aim a minimal kernel just a kernel. After there are some points hwere starting to do something is important. We looked at GNU Chacharas Pavel Image we are interacting with pavel Stef On Aug 31, 2010, at 5:39 PM, Yanni Chiu wrote:
Stéphane Ducasse wrote:
Begin forwarded message:
*From: *Nicolas Paez <nicopaez@gmail.com Hi, I am working in the RMoD team (INRIA) in a project called /Seed/. One of the tasks of the project is to identify those mandatory classes that should be part of Pharo kernel.
Would it be worthwhile to look at the class/methods in a Spoon image? http://netjam.org/projects/spoon/
The "minimal" Spoon image which is meant to have just enough to connect to another image to provide more code, IMHO, is too small to be Pharo Kernel.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Stéphane Ducasse -
Yanni Chiu