|
|
|
|
|
by jdmichal
3900 days ago
|
|
> The idea that you can have a language which is portable/reimplementable on any platform is fundamentally flawed. You can't. If you can't implement C on a platform, I think you're in some pretty strange territory and you're probably having to invent your own language to match the platform. |
|
In other words what you call C is actually very different from platform to platform, people solving that with a crap load of ifdef statements.