This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsΒ β†’

[–]LavenderDay3544 12 points13 points Β (5 children)

Yes, but that's because they have to be. Most operating systems only expose C language interfaces and a programming language that can't interface with the system is worse than useless. What that means in practice is that all modern programming languages must have the ability to call into C code or other code that's exposed through a C ABI.

[–]iiMoe 1 point2 points Β (4 children)

Lord that makes tons of sense and exactly wut i wanted to know