Useful URLs
PL/I conditions
http://publib.boulder.ibm.com/infocenter/comphelp/index.jsp?topic=/com.ibm.aix.pli.doc/xf651e.htm
Here is a complete textbook on Ada by John English http://www.it.bton.ac.uk/staff/je/adacraft/
Here's where to find
the official definition of the language, the Ada Language Reference Manual http://www.adahome.com/rm95/
Here's where to find
the Ada 95 Rationale, a document explaining the rationale behind the
major language features and changes from Ada 83. http://www.adahome.com/LRM/95/Rationale/rat95html/rat95-contents.html
Here's where to find a set of guidelines for writing high-quality Ada programs.
http://www.adaic.org/adaic/docs/style-guide/95style/html/cover.html
For those familiar with C++, the following link might be helpful in learning Ada - courtesy of Raleigh Armstrong from last year's class http://www.adahome.com/Ammo/cpp2ada.html
Where to get Ada compiler along with installation instructions – courtesy of Aaron Ruth (from last year's class and this year's TA)
At http://burks.brighton.ac.uk/burks/ choose the Ada language from the list of
languages at the top of the page.
choose the GNAT 3.13 selection (the first selection on the page)
choose gnat313p.exe (the first selection on the page) and save it to desktop
follow instructions to install
set path variable to c:/gnat/bin
This is done (in XP) by selecting the
start menu, then control panel, then system, then the advanced tab, then
environment variables, then add c:/gnat/bin to the path variable.
http://www.adaic.org/standards/ada95.html and http://www.adahome.com/rm95/ are sites where you can find the Ada Language Reference Manual for Ada 95 and other useful information about programming in Ada
Here’s lots of information about Pascal compilers
Here’s a direct link to the Pascal compiler I’d like you to download
http://www.freepascal.org/down-i386-win32-usa.html see below for more
information
If you are having trouble downloading the Pascal compiler from the link abouve,
look at the column on the left at the links/mirror
What you get is at the following URL http://www.freepascal.org/links.html
and some of these sites DO work. In addition the compiler is in the labs. Remember the mypascal.bat suggestion and that you need to type ppc386 filename.pp to compile.
Here’s where to get the Force 2.0.8 compiler to download
http://www.download.com/Force/3000-2069_4-10233344.html
Here are some other FORTRAN related links
http://dmoz.org/Computers/Programming/Languages/Fortran/
http://dmoz.org/Computers/Programming/Languages/Fortran/Compilers/
http://dmoz.org/Computers/Programming/Languages/Fortran/Tutorials/
http://www.nsc.liu.se/~boein/f77to90/f77to90.html tutorial
http://www.nsc.liu.se/~boein/f77to90/a2.html - about the language – summary of FORTRAN
77 statements
http://www.nsc.liu.se/~boein/f77to90/a1.html FORTRAN and Pascal
http://www.nsc.liu.se/~boein/f77to90/a4.html backward and forward compatibility
http://www.polyhedron.co.uk/winnl.html information about compilers and what
versions of DOS/Windows are supported
http://gcc.gnu.org/ info about GCC required for some versions of FORTRAN
http://www.lahey.com/downloads.htm
http://www.thefreecountry.com/compilers/fortran.shtml