Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

high-level language

You are here: irt.org | FOLDOC | 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)

Nearby terms: higher-order function « higher-order macro « High-level Data Link Control « high-level language » high memory area » high moby » High Performance Computing and Communications

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb