diff --git a/articles/programming_language.md b/articles/programming_language.md index dc162b9..d91df49 100644 --- a/articles/programming_language.md +++ b/articles/programming_language.md @@ -1,4 +1,4 @@ -# Programming language +# Programming Language A programming language is a computer language in which programs can be written, it can either be compiled into native machine code or interpreted. Different programming languages offers distinct amount of abstraction over the machine (low-level and high-level), being the so called scripting languages the ones with the higher level of abstraction, for example.