Relation between programming languages
问题 I was wondering about the following questions: What does it mean "some language is a subset/superset of another"? Can it be defined in mathematics? Is it related to the subset/superset concept in elementary set theory? Are almost all existing languages implemented/written in some small number of low-level languages? For example, are most languages written in C? Is C++ written in C? Is there some relation between the implementation relation and the concept of subset/superset of languages? In