![]() |
Useful stuff for CS440: Programming Languages and Translators |
||
|
This page last modified 07/03/99. |
Since I'm no longer a professor at IIT, this is not the CS440 course page.
To get at Icon on charlie:
Add to your PATH:
:/usr/local/bin/icon.9.1/bin
Set environment variables:
setenv IPATH /usr/local/bin/icon.9.1/lib
setenv LPATH /usr/local/bin/icon.9.1/include
setenv FPATH /usr/local/bin/icon.9.1/bin
Icon Programming Language This is a link to the Icon Project's home page. You can download the Icon translator, interpreter, and Icon Program Library from there.
Copies of the slides on Icon shown in class:
These you will need:
TCLL1 documentation (PDF) or TCLL1 documentation (.zip'ed postscript).
EULER document (in postscript) or EULER document (PDF).
Lambda calculus implemented in Icon (.zip)
Lambda calculus description (in Postscript) or Lambda calculus description (PDF)
Lambda calculus implementation notes (in Postscript) or Lambda calculus implementation notes (PDF)
FP language description (in postscript) or FP implementation notes (in postscript).