Sunday, February 6, 2011

new funny ProfStef lesson

Update to last ProfStef (on Pharo 1.2 only):


Gofer it
 squeaksource: 'MetacelloRepository';
 package: 'ConfigurationOfProfStef';
 load.
 
ConfigurationOfProfStef project latestVersion load.

ProfStef 
  go;
  tutorial: SmalltalkSyntaxTutorial lesson: #instanciation.

3 comments:

  1. very cool.
    Think you've an extra "ProfStef" on your final command, that is:

    ProfStef
    go;
    tutorial: SmalltalkSyntaxTutorial lesson: #instanciation ProfStef

    should read:

    ProfStef
    go;
    tutorial: SmalltalkSyntaxTutorial lesson: #instanciation

    ReplyDelete
  2. Laurent, remember the #instanceCount ;)
    Even if showing allInstances size is sometimes cooler hehhehehe

    ReplyDelete