Programming languages
Whats neat about programming langauges are that they are “portable” in the sense that they can be installed on multiple arhitectures. Take python for example https://docs.python.org/3/library/platform.html, works on both linux, windows and mac. The “portability” aspect of general purpose programming languages might vary in feature-completeness between platforms.


















