Remix.run Logo
the__alchemist 8 months ago

Interesting point, and I'm included to agree with your main point. I don't think the OS level is preferable, however:

Point 1: I do not want my program to only run on only one OS, or to require custom code to make it multi-platform.

Point 2: What if there's no OS?

beeflet 8 months ago | parent [-]

>Point 1: I do not want my program to only run on only one OS, or to require custom code to make it multi-platform.

To run on only one OS at build time? I usually just set up cross-compilers from linux if I am making cross-platform C/C++ code.

>Point 2: What if there's no OS?

You can use a system like bitbake I think.

pornel 7 months ago | parent [-]

Which Linux distribution has packages for macOS, Windows, and Android?

pjmlp 7 months ago | parent [-]

And that list isn't even exhaustive regarding OSes in production.