On Thu, Aug 16, 2001 at 03:52:59PM -0700, Jon wrote:

> Is Perl a high level language?

Yes.

> What is a high level language?

One in which the language is abtracted away from the underlying
hardware.  For example, assembly language is low level, C is generally
considered high level, and Perl is at a higher level still.

You may well find other definitions.  One of Perl's strengths is that it
lets you think about problems in ways which are less constrained by the
language itself than most other languages allow.  This is often the
hardest part of really learning Perl.  It has nothing to do with
learning syntax.  It requires a different way of thinking about
programming.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to