Pharo by Example 9 - 2022 Edition Pharo is a clean, innovative, open-source, live-programming environment.
Pharo by Example 9 is the third edition of Pharo by Example. It is based on Pharo 90. It covers all the elements of the language, core libraries and the IDE. This edition saw the following enhancements:
* We have reorganized the beginning of the book to get shorter chapters. * We have introduced a new ’first contact’ chapter with a simple counter example. This lets the reader see the most important operations to define a class, its tests, and save its code. * We briefly cover the new system browser, Calypso, as well as the Pharo Launcher. * We have introduced a new chapter covering Iceberg and package management. * We added a new chapter on Traits. * We have simplified the SUnit chapter, since a companion book is now available * We have revised parts of the book that were wrong in previous editions, such as the Morphic chapter; the current version is a considerable improvement over Pharo by Example 5.