I know C is the grandfather of so many modern languages today and Gen Z podcasters would be wont to do podcasts on languages like rust, python, javascript etc which are more fashionable. My suspicions got confirmed
when I asked Gemini for C podcasts and it gave me for C++, so am turning
to experts on these forum.
can anyone recommend C podcasts, newsletters that can help one to
understand the present C ecosystem and what is possible out there with
C? thanks
can anyone recommend C podcasts, newsletters that can help one to
understand the present C ecosystem and what is possible out there
with C?
[...]
Here’s one little titbit I like to keep bringing up: instead of
writing things like
length = sqrt(x * x + y * y)
why not use
length = hypot(x, y)
instead.
I know C is the grandfather of so many modern languages today and Gen Z podcasters would be wont to do podcasts on languages like rust, python, javascript etc which are more fashionable. My suspicions got confirmed
when I asked Gemini for C podcasts and it gave me for C++, so am turning
to experts on these forum.
can anyone recommend C podcasts, newsletters that can help one to
understand the present C ecosystem and what is possible out there with
C? thanks
Heres one little titbit I like to keep bringing up: instead of
writing things like
length = sqrt(x * x + y * y)
why not use
length = hypot(x, y)
instead.
On 25/05/2026 05:43, David Ayodele wrote:
I know C is the grandfather of so many modern languages today and Gen
Z podcasters would be wont to do podcasts on languages like rust,
python, javascript etc which are more fashionable. My suspicions got
confirmed when I asked Gemini for C podcasts and it gave me for C++,
so am turning to experts on these forum.
can anyone recommend C podcasts, newsletters that can help one to
understand the present C ecosystem and what is possible out there with
C? thanks
C is a slower changing language than C++, and also a /much/ smaller language, so there is naturally less need for such information about up- to-date C. I don't know about podcasts, but there are plenty of blogs
out there about newer C, or more specific uses of the language. One that might interest you is Jens Gustedt's blog : <https:// gustedt.wordpress.com/>. He is a member of the C standards committee
who is pushing for changes and modernisation in the language.
As with anything you find on the web, be aware that there are plenty of blogs and web pages about C that are not entirely accurate. (Though I think you can trust Gustedt.)
| Sysop: | DaiTengu |
|---|---|
| Location: | Appleton, WI |
| Users: | 1,118 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 16:37:23 |
| Calls: | 14,340 |
| Calls today: | 3 |
| Files: | 186,356 |
| D/L today: |
2,560 files (804M bytes) |
| Messages: | 2,532,455 |