Suggestions for ADA program

douglasb

Diamond Member
Apr 11, 2005
3,157
0
76
I am taking a survey of programming languages, and I have to do a small (250-300 lines or so) program in ADA. What sort of programs does this language lend itself to? I am having trouble thinking of an idea for this program.

Any suggestions?
 

esun

Platinum Member
Nov 12, 2001
2,214
0
0
Admittedly I have never used Ada, but I have used VHDL, whose syntax was inspired by Ada. I can say that it is highly structured, and in that sense I imagine it is good for large, complex programs (like Java: very wordy, but highly structured and uniform, making it good for very large programs where maintenance is a big deal).
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
ADA can be multi-threaded and number crunching.
It also does not need to have an OS under it.

ADA is/was the core behind the Air Traffic control system used by the FAA
 

Pens1566

Lifer
Oct 11, 2005
13,732
11,357
136
Yeah, ADA has been used for a long time in large government and military projects. Never used it myself, so beyond that I can't be of much help.

DoD loves them some ADA. First job was an Army program written entirely in ADA. Good memories.