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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4083
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
This directory contains (what we consider) fundamental
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
classes required for any serious Smalltalk application
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
(both it headless or GUI-based).
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
Of course, for special applications, even this set of
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
classes could be reduced (for smaller apps, 
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
some of LargeInteger, FLoat, Fraction etc. could be left
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
out).
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
We do not provide tools or support for such minimal 
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
configurations - with modern, paged OperatingSystems, there
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
is also less sense in doing so, since unused code is simply
0f0b6c99acf7 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
paged out or never paged in at all.