About this book : What's new?

What's new?
 
Version 9.0
64-bit support is new in VA Smalltalk V9.0.
Setting up the system
 
Packaging, unloading, and analyzing code
 
Version 9.1
Handing software components
Version 9.2
Getting Started
Making your own applications
Handing software components
Monticello Importer automatically generates a class side #new (that sends #initialize to the created instance) only for the root classes of the application being imported that do not already implement a custom class side #new .
Packaging, unloading, and analyzing code
Simple packaging examples illustrate basic use of packager and the files needed to launch a packaged runtime image.