Size of changes file

Reinier van Loon R.L.J.M.W.van.Loon at inter.nl.net
Mon Mar 1 22:09:53 UTC 1999


Jan wrote:
>
> aStream := FileStream
>readOnlyFileNamed:'http://www.smalltalk.org/stuff.html'.
>
and why not extend that to classes?

slider := self classAt: 'ctp://cww.smalltalk.org/thinglab/slider'.

(ctp = Class Transfer Protocol, cww = Class Wide Web)

or:

slider := self webClassesAt: 'smalltalk.org/thinglab/slider'.

Hm, does this look like Java?

Reinier.





More information about the Squeak-dev mailing list