articles/programming_language.md: update

This commit is contained in:
tocariimaa 2025-02-13 14:13:25 -03:00
parent df689a3a19
commit be631d5e70

View file

@ -7,7 +7,7 @@ In some ways, assembly can be considered a (low-level) programming language, sin
(such as `mov`, `call`, `mul`, etc.) and most offer macro capabilities.
## List of acceptable and non-acceptable (harmful) languages
- Assembly: yes, but non portable.
- [Assembly](assembly.md): yes, but non portable.
- [C](c.md): yes, the first and natural choice for writing programs. The Unix language.
- [Lua](lua.md): yes, good for embedding and quick scripts.
- [Lisp](lisp.md): yes, flexible and relatively fast, prefer Scheme over the more bloated Common Lisp (still better than C++ however).
@ -23,4 +23,4 @@ modern unixes.
- [Python](python.md): Slow and bloated, avoid. Can be acceptable if used as a beginners language only.
- [C++](cpp.md): No.
- [JavaScript](javascript.md): No.
- [Rust](rust.md): NO
- [Rust](rust.md): NO.