High-level programming language
high-level language
Noun
1. a problem-oriented language requiring little knowledge of the computer on which it will be run
(hypernym) application-oriented language, problem-oriented language
high level language (HLL)
A
computer programming language that is primarily designed for, and syntactically oriented to, particular classes of problems and that is essentially independent of the structure of a specific computer or class of computers; for example,
Ada ®,
COBOL , Fortran, Pascal. Synonym high-order language.
high-level language
(HLL) A programming language which provides some level of abstraction above
assembly language. These normally use statements consisting of English-like keywords such as "FOR", "PRINT" or "GOTO", where each statement corresponds to several
machine language instructions. It is much easier to program in a high-level language than in
assembly language though the efficiency of execution depends on how good the
compiler or
interpreter is at optimising the program.
Rarely, the variants "
VHLL" and "
MLL" are found.
See also
languages of choice,
generation.
(1994-12-07)
(c) Copyright 1993 by Denis Howe