On Sat, 15 Oct 2011, Toby Thain wrote:
In C*, you can do that, indeed. In C*, it is possible
to write code
Is C* like C# ?
without buffer overflows, memory leaks, or segfaulting
bugs of any kind,
if one cares to invest enough effort.
The point is that it's a lot of unnecessary work for no real payoff.
"unnecessary"????????
"no real payoff"???????
HARRUMPH!
I think that having an Operating System, AND having applications, that are
reliable IS a major payoff, and whatever work it takes for THAT is
extremeley NECESSARY.
Higher level languages lets one turn attention sooner
to the problem
domain (and besides, typically offer more powerful modelling abstractions).?
That is at the expense of extreme slowdown from runtime error checking
that includes checking for situations that could not occur. For example,
if the divisor is going to be either 12 or 16, is it really necessary to
have runtime code on the nature of:
Y = 12;
if (y == 0) . . . . .
Z = X / Y;
C lets you put in all of the error checking that you need, and lets you
leave out the error checking that you don't need. But, obviously, SOME
people employed as programmers don't know the difference, and really
should be using "padded cell" high level languages, instead! Some of
them are incompetent when it comes to understanding what kinds of
exceptions need to be planned for.
Does this really need spelling out??
Naah.
I think that we agree on all of the truly important stuff.
--
Grumpy Ol' Fred cisin at
xenosoft.com