etoys implementation

Yoshiki Ohshima yoshiki at vpri.org
Wed Jun 25 14:00:07 EDT 2008


> >> There's also a warning at http://wiki.squeak.org/squeak that if you
> >> want to run eToys, you need to run a different version of Squeak than
> >> everybody else.
> >>     
> >
> >   *That* is Etoys.  What is wrong with it?
> >   
> Just out of curiosity:
> Exactly how is it different from vanilla squeak? (If there is such a 
> thing at all.)

  Whichever two images you would like to compare (why not write
"Squeak"?), launch two images and evaluate:

  Smalltalk condenseSources.

or equivalent in them.  Each of image will make a .sources file so you
get two .sources file.  Then, use diff (perhaps you might want to
convert CR to LF before that) to see the difference.

> Is it a different VM, or just a different distribution since it has a 
> different binary blob?

  The VM is well synchronized with the trunk VM.  They were identical
a few weeks ago.  We now have a few more patches in the OLPC VM branch
but it is not significant.  The VM is a separeted rpm BTW.

  Why do you refer it to as "binary blob"?

-- Yoshiki



More information about the Devel mailing list