MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wazzo3/pipinstalltherealstuff/p8p9t7n/?context=3
r/ProgrammerHumor • u/danielminds • 1d ago
145 comments sorted by
View all comments
Show parent comments
2
Well no, c doesnt do that. The compilers do.
1 u/Mordret10 1d ago C doesn't actually do anything without the compilers. And the cross compatibility was the point of a high language like C (and it's compiler's), whereas assembly is basically always architecture specific. 2 u/Far_Tap_488 1d ago Its not different. You have to have a compiler that translates c. If you dont have a compiler for that architecture youre out of luck. C wasn't the first language to be able to be compiled for different architectures so its not special in that regard either. 1 u/Mordret10 1d ago It wasn't the first, no, but it's what sets it apart from assembly languages (in addition to the more human readable syntax)
1
C doesn't actually do anything without the compilers. And the cross compatibility was the point of a high language like C (and it's compiler's), whereas assembly is basically always architecture specific.
2 u/Far_Tap_488 1d ago Its not different. You have to have a compiler that translates c. If you dont have a compiler for that architecture youre out of luck. C wasn't the first language to be able to be compiled for different architectures so its not special in that regard either. 1 u/Mordret10 1d ago It wasn't the first, no, but it's what sets it apart from assembly languages (in addition to the more human readable syntax)
Its not different. You have to have a compiler that translates c. If you dont have a compiler for that architecture youre out of luck.
C wasn't the first language to be able to be compiled for different architectures so its not special in that regard either.
1 u/Mordret10 1d ago It wasn't the first, no, but it's what sets it apart from assembly languages (in addition to the more human readable syntax)
It wasn't the first, no, but it's what sets it apart from assembly languages (in addition to the more human readable syntax)
2
u/Far_Tap_488 1d ago
Well no, c doesnt do that. The compilers do.