help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Hello list


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Hello list
Date: Thu, 20 May 2010 09:44:31 +0200

> At the moment I'm a bit confused about images vs. files. I'm
> accustomed to work with files with my favorite texteditor in PHP and
> this works in Smalltalk, too. But what is the advantage of images?

I think this post

    http://gbracha.blogspot.com/2009/10/image-problem.html

shows the advantages and disadvantages of images pretty well.

In GNU Smalltalk, the image is used mostly as a cache of preloaded
packages.  It allows very fast startup because all the code is already
compiled and converted to objects (instances of Class, CompiledMethod,
etc.).  See also

    http://smalltalk.gnu.org/faq/37

which expands a bit on this topic.

> And to be honestly, the GNU Smalltalk documentation is not the best
> and clearly one...

What did you find confusing, exactly?

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]