just discovered this language (Ada) and am thinking of learning it, it looks like it would be a very good language to make some small projects
what does /prog/ think?
Name:
Anonymous2010-04-04 6:10
>>Okay C++ I can see being ambiguous. But do you really have such a hard time with C?
You cant even rely on IO functions to work in C. And keeping track of pointers and memory management in C is simply beyond what is humanly possible after a certain point. C is high level assembly language.
Ada is the exact opposite of C, instead of protecting the programmer by running on a VM like C# or Java, Ada is a compiled language that goes out of its way to be correct and save the programmer hours of wasted debugging time by producing code that is proven correct from the beginning.