Re: [Newbies] Install Squeak 3.9 or 3.10 in a Core 2 Duo (64 bits) with Ubuntu

2008-03-27 Thread Juan Carlos Bresesti Bosch
Vladimir, In the tutorial i only find the 3.8 version, how do you install 3.9 or 3.10? Juan Carlos. 2008/3/25, Offray Vladimir Luna Cárdenas <[EMAIL PROTECTED]>: > > Hi Juan Carlos, > > > Juan Carlos Bresesti Bosch escribió: > > > How can i do this, i'm absolute beginner... > > > > JC > > > > >

[Newbies] Re: Traits (Was Design best practice : put state-independentmethodsonclass side?)

2008-03-27 Thread itsme213
I compare a trait to a superclass, in that it can provide implemented methods, and require (i.e. like template method hooks or callbacks) other "expected" methods in the class that uses that trait e.g. any state a trait expects would have some expected accessors. In your example you could use P