


Ada95 Book, Now Free Online 13
zmower writes: "John English has just put his out-of-print "Ada 95: The Craft of Object-Oriented Programming" online at http://www.it.bton.ac.uk/staff/je/adacraft/
I've read this and a few other Ada books. This was a good read and definitely the best introduction to Ada book."
fine book (Score:2, Interesting)
Re:fine book (Score:1, Flamebait)
Does that mean there were others?
Re:fine book (Score:3, Interesting)
Ada 95: Problem Solving and Program Design (3rd Ed.) by Feldman and Koffman
And those of you out there who are thinking of reading that linked book and are looking to get ada for your system:
http://www.usafa.af.mil/dfcs/bios/mcc_html/adagid
This site is the AdaGIDE homepage and contains information on AdaGIDE only (my links to GNAT don't seem valid any longer).
Re:fine book (Score:1)
There certianly are lots of others to read. My boss has about 13 different Ada books in his cubicle area . But then he's a bit of a book nut. I think Amazon sends him christmas cards
Personally this one isn't my favorite Ada reference, but then I'm a bit more of an expert. For beginners, I understand its a very good book, and the price is certianly right.
This is front page material. (Score:5, Informative)
You can get the free (and awesome) Gnat Ada compiler here:
ftp://cs.nyu.edu/pub/gnat [nyu.edu]
Read up and start writing some great code!
Good for Ada (Score:3, Interesting)
If anyones interested in Ada, I recommend GtkAda, Booch Components, XML/Ada and of course the GNAT Ada compiler from those nice people at ACT.
Now, if I ever get round to writting that C++ header file to Ada binding tool we'll be all set to... take over the world.
yep (Score:1)
Re:yep (Score:1)
Nope (was:yep) (Score:2, Interesting)
The reason so many military contracts still use Ada is the same reason so many safety-critical projects (avionics, air traffic control, train control, nuclear plant control) use it: its the safest and least error-prone language yet devised.
The reason a lot of universities use it falls from the same logic. If students aren't wasting all their time chasing down bugs in their simple programs, you can teach them (and have them implement) much more advanced concepts.
Already got the dead tree version... (Score:1)
digital version is nice to keep around on the laptop.
I found the book a good read, but still had to look
up some things in other books.