Newbie investigating refactoring browser / conceptual typing question.

goran.krampe at bluefish.se goran.krampe at bluefish.se
Mon Nov 3 12:38:47 UTC 2003


"G.J.Murphy" <G.J.Murphy at btinternet.com> wrote:
[SNIP]
> The second was to implement Text>>withSqueakLineEndings so that it
> delegates to the aggregated String. This seems healthier, but it
> does mean that Text and String don't have a common interface that
> defines the ability to receive withSqueakLineEndings messages - you
> can tell I come from a strongly typed OO background!

You probably mean "statically typed OO". :-)

C/C++ are weakly statically typed.
Smalltalk is strongly dynamically typed.

Sure, nitpicking - but anyway...

regards, Göran



More information about the Squeak-dev mailing list