articles/programming_language.md: update

This commit is contained in:
tocariimaa 2025-02-16 14:49:25 -03:00
parent b162134920
commit 0c95c0b596

View file

@ -1,5 +1,5 @@
# Programming language
A programming language is a computer language in which programs can be written, they can either be compiled into native machine code or interpreted.
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.