G
Gregory Toomey
Edward said:Perl is said to be an "orthogonal" programming language.
What does it mean?
Regards
Edward WIJAYA
SINGAPORE
The computer science meaning is derived from the matematical meaning.
The simplest meaning is "at right angles". Think of walking along and
throwing a ball in the air - you can do one, or either, or both.
One thing does not effect the other, and the two combinations are possible
at the same time.
http://en.wikipedia.org/wiki/Orthogonal
The computer science meaning is
- a set of basic constructs
- there are many combinations of the basic constructs allowed.
For example, many of Perl's functions work on both scalars and arrays.
gtoomey