|
|
|
|
|
by microtherion
1970 days ago
|
|
> Apple was one of the major OS vendors that never cared much about C for OS development It's true that MacOS Classic kept providing Pascal headers for most of its APIs for a long time (I don't recall whether they ever stopped), but internally, they started switching to C by the late 1980s (as an external developer, I could tell by one bug which would never have made it through a Pascal compiler, but was typical for the kind of bugs that wouldn't get caught by a K&R C compiler), and by the late 1990, it was all C and C++, just with Pascal calling conventions for all public facing APIs. In my time at Apple, I never encountered a single line of Pascal code. |
|
I never knew anyone doing bare bones C on classic Mac.