David Brown wrote:
But, technically "standard" C isn't useful as a low-level hardware
manipulation language.

Exactly.

People resort to C for pointer manipulation because the language allows
pointers to be arbitrarily manipulated.

Other more powerful languages do too. :-)

To be honest, I don't quite understand the C interpreters.  Yes, it's the C
standard, but it isn't what many programs do.  If you're going to
interpret, why not pick a better language?

Me, I did it a long time ago because (a) the program took 45 minutes to link, and (b) the interpreter would give you feedback about what was broken in your program. Debuggers sucked at the time.

--
  Darren New / San Diego, CA, USA (PST)
    It's not feature creep if you put it
    at the end and adjust the release date.

--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to