Core language

From Free net encyclopedia

In computer science, the core language is the definition of a programming language plus any standard libraries. Identifiers which are reserved for core usage are known as "keywords". The C standard runtime library and the core Java packages are two examples of components of their respective core languages.

Template:Compu-lang-stub