Science  People  Locations  Timeline
Index: 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

Home > Third generation language


A third generation language (3GL) is a programming 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.

1 See also

2 References

This article was originally based on material from the Free On-line Dictionary of Computing, which is used under the GFDL.



Read more »

Non User