Help - Glossary - P - Programming
is: Writing programs a computer can execute. Programs are series of
instructions to a processor and are calculable functions. In the
Squeak
Environment the human user writes programs in the Squeak Language that always
must belong to Objects, as the methods an Object can execute. One of the
things that makes Squeak special and powerful is that the Objects one writes
in the Squeak Language run inside the Squeak Environment, and can be
rewritten, extended, and altered as and when one pleases since the environment
contains all the code and all the means to change it.
Glossary - P