From 65a3b96c2cfefbbcfbf0b7bb6c15684432eeed59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=AD=E8=90=8C?= Date: Tue, 26 Aug 2025 20:19:25 +0200 Subject: [PATCH] improve #c a bit --- content/tag/c.dj | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/tag/c.dj b/content/tag/c.dj index 9e117cc..746a9b3 100644 --- a/content/tag/c.dj +++ b/content/tag/c.dj @@ -4,4 +4,11 @@ include_feed = { tag = "c", title = "Posts" } +++ Programming in C.\ -Also see [#cpp][page:tags/cpp]. +Also see [#cxx][page:tag/cxx]. + +--- + +I don't program in vanilla C much---I prefer C++---but a lot of modern-day programming languages map their concepts directly onto C. + +Not to mention that the C ABI is the lingua franca of computing; granted it's a fairly old, suboptimal standard, but it's still _a_ standard that lets various low-level programming languages talk to each other. +And that's pretty neat!