in reply to Perl as Language

Perl does owe a significant heritage to the crucial Unix utilities: sed, awk, grep. The role of C has been to set the standard for common language expressions, such as the way for loops are structured, the short-cut assignment operators, and features such as operator precedence, which have become ubiquitous among other languages.

--
TTTATCGGTCGTTATATAGATGTTTGCA

Replies are listed 'Best First'.
Re: Re: Perl as Language
by ggg (Scribe) on May 23, 2004 at 04:36 UTC
    If I understand what you're saying, C is foundational to many computer languages as Latin is foundational to many spoken languages.