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

third generation language

You are here: irt.org | FOLDOC | third generation language

<language> (3GL, "high level language") A language designed to be easier for a human to understand, including things like named variables. A fragment might be

	let c = c + 2 * d

Fortran, ALGOL and COBOL are early examples of this sort of language. Most "modern" languages (BASIC, C, C++) are third generation. Most 3GLs support structured programming.

See also second generation language, fourth generation language.

(1996-05-30)

Nearby terms: thinko « thinnet « third generation computer « third generation language » third normal form » This can't happen » this dictionary

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