|
|
|
|
|
by dragontamer
4458 days ago
|
|
And significant parts are written in Assembly as well. But Assembly isn't the "OS Language" of either Linux nor OSX :-p What I mean by OS Language, is the language that interacts with core OS Libraries. The OS Language of Android is Java. iOS is ObjC. OSX core is either ObjC or C. Linux is definitely C based. (ioctl) Microsoft is either C++ or C#. (DirectX, Ribbons, etc. etc. are behind COM interfaces that are most easily interfaced by C++ or C# code) |
|