






MetaclassTalk 0.3 alpha 3 for Squeak 3.0
Presentation
Please have a look to the README.txt file (included in the downloadable archives).
Download and install notes
source code
- Unfold the archive into the image directory,
- Then, fileIn the file named: InstallMetaclassTalk.st
A ready to use image
For Windows: a comprehensive archive (includes all required files)
- metaclassTalk0.3alpha3 for Squeak3.0-3552.full4Win.zip+
(about 8Mb)
Known bugs & bug fixs
Compilation exception
- I get a DoesNotUnderstand message introduceMTHook when I add to a MetaclassTalk class a method such as the following:
foo
1 to: 3 do: [Transcript open]