Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Modules: progress made so far
Last updated at 5:09 pm UTC on 16 January 2006
This is a list of things that have been done and that are working. (This page does not yet fully reflect everything that works. Check the other related pages on this swiki too. hg)

1. Modules functionality (using modules in the image)

2. Repositories, storing, loading and unloading; sharing modules on the net

    ModuleInstaller fullyInstallFromPath: #(People hg ModuleDemos di KidsRefrigeratorMagnets)
      	"Then try: (KidsRefrigeratorMagnet newGame)"

    ModuleInstaller fullyInstallFromPath: #(People hg ModuleDemos nk MagneticPoetry)
      	"NCMagnetRefrigerator setup"

    ModuleInstaller fullyInstallFromPath: #(People hg ModuleDemos nk Connectors)
      	"NCButtonBar newClassDiagramToolbar openInWorld.
	     	 NCButtonBar newFSMToolbar openInWorld"
    ModuleInstaller fullyInstallFromPath: #(People hg ModuleDemos Comanche Swiki)
        ""ComSwikiLauncher openAsMorph""

    ModuleInstaller fullyInstallFromPath: #(People hg ModuleDemos Comanche Kom Core)

3. Refactoring the image into a modular format

The current status of what can be unloaded is found at Progress report and to-do list for modularizing the image.