README
author Claus Gittinger <cg@exept.de>
Tue, 15 Aug 2000 16:34:33 +0200
changeset 5523 86ad12f4afc9
parent 5319 fd105d51804f
child 6437 dc87b1b72783
permissions -rw-r--r--
*** empty log message ***

This directory contains (what we consider) fundamental
classes required for any serious Smalltalk application
(both it headless or GUI-based).

Of course, for special applications, even this set of
classes could be reduced (for smaller apps, 
some of LargeInteger, Float, Fraction etc. could be left
out).

We do not provide tools or support for such minimal 
configurations - with modern, paged OperatingSystems, there
is also less sense in doing so, since unused code is simply
paged out or never paged in at all.