README
author Claus Gittinger <cg@exept.de>
Wed, 22 Sep 1999 17:39:21 +0200
changeset 4789 72a61dc595ad
parent 4083 0f0b6c99acf7
child 5319 fd105d51804f
permissions -rw-r--r--
loadAll/Make.proto file generation

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.