So I've been noticing a lot of MoD/Aerospace jobs want people who know ADA, so I figure if I learn that language I may be able to fill a niche.
Discuss.
Name:
Anonymous2005-08-10 18:04
I'm not trying to say maths notation is perfect (define perfect!) I'm just illustrating the fallacy of claiming that making a programming language look like English makes it easier to write programs. It does the opposite.
>> The best language and what I use for pseudocode would be something orthodox (think C), with an extremely regular, small syntax (think LISP), and forced good practices (think Python).
Hm. While I disagree that Python forces good practice - I've seen some godawful Python code, mostly due to the lame object system - I would be interested in seeing your pseudocode. Can you post some?