Quick Start Guide

Hello, welcome to Smalltalk/X !

When ST/X is started initially, it opens two windows for you: the Launcher and a Workspace (in which you will probably read this text right now). The Launcher is your central place to open other smalltalk tools and to display status information and information messages. Workspaces are little editor-like windows, into which code can be typed for immediate evaluation and which is to be thrown away later (i.e. usually not for writing code which is to be kept longer). To extend the system by writing new code, the SystemBrowser tool is used (which is described later).

Things you should do now: