[Modules] Upper case message names for accessing modules

goran.hultgren at bluefish.se goran.hultgren at bluefish.se
Thu Feb 21 08:54:52 UTC 2002


Ok, more fuel on the fire:

Why not just add an optional literal syntax? Dots are already taken so
why not $:?

ellipse := #(Squeak Morphic Core Basic EllipseMorph) classFromModulePath
new.
ellipse := Squeak:Morphic:Core:Basic:EllipseMorph new.

It would just be sugar of course.

regards, Göran



More information about the Squeak-dev mailing list