| C ++ |
The cxx command compiles c++ code into machine-readable
instructions. |
| C |
The cc command invokes the C compilor. |
| COBOL |
The cobol command invokes the Dec COBOL compiler using the
default Ansi
1985 COBOL standard. |
| Fortran |
The f77 command invokes the Digital Fortran 77 compiler, while
the f90 invokes the Digital Fortran 90 compiler |
| Java |
The java command invokes an interpreter that executes JAVA
bytecodes.
It executes java class files created by a Java compiler. |
| Java
Development Kit
The documentation is for version 1.3.0-1 |
| Pascal |
The pc command invokes the DEC Pascal compiler running with an
alpha 21164 processor
chip. |
| Perl |
The perl command invokes perl, an interpreted language optimized
for scanning, extracting,
and printing reports from large text files. |