|
Computer Programming Software Terms, Glossary and Dictionary
3GL: Third Generation Language
Third generation language(3GL) is a high level language designed to be easier for a human to understand, including things like named variables. 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.
|