Language reference documents on the web
Language implementions on Stanford machines
- a60 - Algol 60 interpreter
- cfortran - Linkage between C and Fortran
- cim - Simula to C compiler
- gawk - Pattern scanning and processing language
- gcc - GNU Compiler Collection
- gcl - GNU Common Lisp interpreter/compiler
- gpc - GNU Pascal compiler
- guile - GNU Scheme interpreter
- indent - Indent and reformat C source code
- jdk - Java Development Kit
- m4 - GNU m4 macro processor
- ocaml - The Caml dialect of ML
- perl - Practical Extraction and Report Language
- python - Interpreted, interactive, OO language
- ruby - Object-oriented scripting language
- smlnj - Standard ML of New Jersey compiler
- tcl - An embeddable scripting language
- ucblogo - Berkeley Logo implementation
See
Leland Documents for more information on using the
Leland system at Stanford.
If you use Standard ML on Leland,
you might find that the results of expressions sometimes have '#'
charachters intead of computed values or sub-expressions.
The runtime system truncates answers at
around 20 characters by default,
inserting hashes to make the results more compact (!)
You can get more information
by entering Compiler.Control.Print.printDepth := 100;
All CS242 students must have a SUNet ID providing access to
the Leland system.
Language implementions on the web
CS242 Staff
Last modified: Tue Dec 11 16:02:37 PST 2001