607
you are viewing a single comment's thread
view the rest of the comments
[-] racketlauncher831@lemmy.ml 1 points 1 week ago

What you mentioned is compatibility across platforms. A program written in C is also guaranteed to run on all the systems you mentioned, given that the system has a C compiler and libc that stick to the standard. You, the programmer, does not have to anything to "make sure" your program works.

See this insane list of platforms GCC supports.
https://en.wikipedia.org/wiki/GNU_Compiler_Collection#Architectures

We've invented high-level programming languages like C 53 years ago, just to get away from assembly, and to avoid dealing with the "cross-platform" problem you mentioned, remember?

[-] Azzu@lemmy.dbzer0.com 1 points 1 week ago* (last edited 1 week ago)

What if the system does not have libc? What if your program needs obscure library X?

Why do you think anyone even came up with the idea of virtual machines? Don't you think they had a problem they wanted to solve, that was not solved adequately before?

[-] racketlauncher831@lemmy.ml 1 points 1 week ago

What if the system does not have libc?

No offence but I think I need to stop discussing with you.

[-] Azzu@lemmy.dbzer0.com 1 points 6 days ago* (last edited 6 days ago)

Maybe you should. Android for example does not use glibc and instead uses "Bionic" by default, which only implements a subset of libc.

It is possible to write a C program that runs on one system but not on another. You can't do that with node, if it runs on the VM and the VM runs in another place, your program will also run there.

this post was submitted on 24 Nov 2025
607 points (89.1% liked)

Programmer Humor

27673 readers
894 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS