Ada95 Book, Now Free Online
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."
this is one of the best books i have read on ada go for it
sam
This ought to be on the front page. This is an excellent book, I wish it'd encourage more people to start writing some beautiful Ada code. It's a shame so many open source projects are done in C/C++ when Ada lends itself so well to large projects.
You can get the free (and awesome) Gnat Ada compiler here:
ftp://cs.nyu.edu/pub/gnat
Read up and start writing some great code!
There's now a wealth of Ada documentation online but most of it is quite dry. This book will be a great boon for Ada in general; not only is it free, it's darn good too! Big Thanks to John.
;-)
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.
Sig pending!
My university taught Ada as the core language for some ungodly reason. This was our primary textbook and definitely a fine one.
Hmmm, I already got the dead tree version, but the
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.
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.