is squeak really object oriented ?

Ned Konz ned at bike-nomad.com
Thu May 22 22:59:22 UTC 2003


On Thursday 22 May 2003 02:33 pm, jan ziak wrote:
> > BTW, if you are interested in this area you should give eToys a
> > try. They do many of the things you're describing, e.g., make
> > objects tangible and therefore become more oriented to dealing
> > with objects instead of text input.
>
> perhaps. i want to ask then, in the example with the numeric list
> (below and previously)
> 1. is it possible to create a new scripting tile representing my
> list ?

You can use a Holder to hold a set of numeric Texts. You can then do 
operations on these numeric values; you can move around the Holder 
using a cursor.

There's also a setter/getter pair for using a Holder as a numeric 
collection (number at cursor).

> 2. is not the eToys subsystem of squeak somewhat
> "incomplete" (in terms that it does not allow to work with all
> classes visible in the browser for example) ?

eToys works with Morphs. If you have something that can present itself 
as a Morph, then eToys can work with it.

An interesting project would be to make MorphicWrappers work with 
eToys.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list