Recommended books

goran.krampe at bluefish.se goran.krampe at bluefish.se
Wed Oct 1 08:03:28 UTC 2003


Daniel Vainsencher <danielv at netvision.net.il> wrote:
> For learning Squeak, use Smalltalk books for the language, and read
> code.

And don't forget to use the tools. For example, the debugger is a great
way to learn code - just step through it! Often forgotten by newbies I
think.

Another must is to know how to search the code: alt-m, alt-n, alt-N,
method finder (ctrl-w), alt-b, instvar refs/class var refs etc. The best
way to learn how to use a class or a method is to look how others have
done it! alt-n/alt-N that is.

regards, Göran



More information about the Squeak-dev mailing list