diff --git a/articles/programming_language.md b/articles/programming_language.md index 291faf3..b54956d 100644 --- a/articles/programming_language.md +++ b/articles/programming_language.md @@ -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.