Comment Re:I posted the story (Score 1) 623
This is more a comment on the language than on your post, but does anyone else think that the fact that:
3. They support blocks of unsafe code. You put the keyword modifier unsafe to a method or block and can do pointer manipulations.
is a sad sign of the state of the art (of computer programming) ??
break-down: pointer manipulations == unsafe?
tsmith