#c

Programming in C.
Also see #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!

Posts