diff --git a/posts/2020-08-16-system-programming-in-2k20.md b/posts/2020-08-16-system-programming-in-2k20.md index bbbe424..b200585 100644 --- a/posts/2020-08-16-system-programming-in-2k20.md +++ b/posts/2020-08-16-system-programming-in-2k20.md @@ -80,10 +80,8 @@ C is excellent at its simplicity, but bigger projects require higher-level langu Ditto applies to C "replacements", such as [Ẕ̴̰̥̔͝i̷̥̣̍̓̉ġ̷̢̪͌̾́](https://ziglang.org/) and [Patreon-lang](https://vlang.io/). - ### C++ - C++ is the grandfather of higher-level system programming. It offers powerful features with a grain of Unix epoch practices and a great amount of undefined behaviour.