Hi Jon,

On Thu, Aug 16, 2001 at 03:52:59PM -0700, Jon ([EMAIL PROTECTED]) spew-ed forth:
> Hello,
> 
> I am signing up for a class at the U.W. that requires that I have one to 
> two years programming experience in a high level language.  Here are my 
> questions:
> 
> Is Perl a high level language?

Yes.

> What is a high level language?

A high-level language is one like C, FORTRAN and Pascal which enables
someone to write programs independent of a type OS. Generally, a high
level language needs to be converted to into machine language by a
compiler or interpreter. Low level languages are like machine language
and assembler, which are closer to the hardware, while high level is
closer to human languages.

Some high level languages are: Perl, Python, Ruby, C, C++, Prolog, Ada,
BASIC and Lisp.

Cheers,
Kevin

-- 
[Writing CGI Applications with Perl - http://perlcgi-book.com]
I wrote a song about dental floss but did anyone's teeth get cleaner?
        -- Frank Zappa (to Tipper Gore's allegation that music influences
behavior)

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

Reply via email to