C: C Is Not a Low-Level Language
This commit is contained in:
parent
a45b481819
commit
2fc71b19f5
1 changed files with 4 additions and 0 deletions
4
C.md
4
C.md
|
@ -1,5 +1,9 @@
|
|||
El lenguaje de programación más viejo, inseguro y aburrido.
|
||||
|
||||
## Críticas
|
||||
|
||||
- [C Is Not a Low-Level Language](https://cacm.acm.org/magazines/2018/7/229036-c-is-not-a-low-level-language/fulltext). Habla sobre como los procesadores se intentan adaptar al modelo de C en vez de cambiar el modelo de lenguaje de programación con consecuencias catastróficas (menos velocidad, Meltdown/Spectre).
|
||||
|
||||
## Recursos
|
||||
|
||||
- [Beej's Guide to C Programming](https://beej.us/guide/bgc/)
|
||||
|
|
Reference in a new issue