Chicken Soup for the Grug-pilled C programmer soul (1. Strings)

3 dboon 1 9/3/2025, 12:05:03 PM spader.zone ↗

Comments (1)

tuatoru · 7h ago
My two cents: If strings are a significant feature of your application, C is not the right implementation language for you.

I say that as someone who likes C and these days writes more of it than anything else. C's niche is systems programming and embedded, areas where strings are secondary at best.