From 5420bd24065f5eaebd19de656b077f48c97d106b Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Sun, 30 Aug 2020 22:09:30 +0300 Subject: [PATCH] Chores --- posts/2020-08-16-system-programming-in-2k20.md | 2 -- 1 file changed, 2 deletions(-) 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.