??? 10/25/08 10:50 Read: times |
#159343 - ? Responding to: ???'s previous message |
I haven't found anything I can't do in Pascal that I could do in 'C' - in 25 years of working on the platform. I HAVE seen too many slick 'C' programs that confuse obfuscation with efficiency, and too many programmers who take a perverse delight in making things hard to understand. The clear syntax, and the insistence on strong typing makes a very robust language for my work. Clearly the architects of 'Ada' thought the same thing.
The cases you talk of -such as transmitting a real data type into a byte stream and restore it to a real data type on the other side. I have done that on on several occasions, successfully, and without invoking pointer types. It required a very firm understanding of the nature of the data. Thinking hard about writing code is a very good idea in any language. Steve |