- Win32 F/OSS :
- Kool Aid :
- MinGW :
- Editor :
- CVS - Install :
- CVS - Use :
- Assorted Tools :
- Apache Install :
- PHP Install :
- MySQL Install :
- Ada :
- Asm :
- Awk :
- Basic :
- C++ :
- Caml :
- cLisp :
- Cobol :
- D :
- Fortran :
- Eiffel :
- Erlang :
- Haskell :
- Java :
- Javascript :
- Logo :
- Pascal :
- Perl :
- php :
- Prolog :
- Postscript :
- Python :
- Ruby :
- Scheme :
- Smalltalk :
- Tcl/Tk :
win32 F/OSS development - Ada
ADA is a static typed procedural language developed by the US Navy. As it's use was required by the US DoD from the late 80's to the late 90's, it's fairly common in that arena. It's ISO/ANSI standard effort was fostered by the development of GNAT the GNU Ada Compiler.
Install
Head over to Ada Core - The Libre Site. It requires free registration, but it's relativly painless. You'll want to grab the main gnat-gpl binary and the win32ada package. The download comes as a Tar file, so use 7zip to unarchive it. Then run the auto-installers.
The Ada Core distro comes with GPS, the GNAT programming studio, but AdaGIDE is worth looking at as well.
Documentation
- Ada95: The lovelace tutorial:A tutorial that can be downloaded or used on the web.
- C/C++ Programmers Ada Tutorial: A tutorial for the C folks
- Ada Programming: A wikibooks tutorial.