It's a question I have about this programming language.
Java , for example, has no OS distinction, as it has something like an internal SO , so no you need a specific port for each SO . The same code works for both Linux and Windows, however, there are languages that have distinction, as in the case of C. But I learned Ruby a short time ago, and after some tests I realized that I did not have to do a specific port for my code to run for each SO (Windows and Linux).
- Ruby does not require specific ports for a certain program run in each SO ?
- The program works on both systems (Windows and Linux) regardless of which one you choose to develop?
Thank you to anyone who can answer me.
Note: SO = Operating System