Language Resources
CS 558 Language Resources
CS 558 Language Resources
- Python
- Python3 is available on the CS linuxlab machines as python3
- Official Python website
- The current release (3.5.1) can be downloaded from here
- Documentation index for version 3.5.1.
- There are lots of tutorial and reference books on Python. Some suggestions
will appear here soon...
- Haskell
- OCaml
- We won't be using O'Caml this quarter, winter 2016, but this is here for completeness.
- OCaml version 4.00 is now available on the CS linuxlab machines.
To enable it, use the addpkg command (more information). If you don't load this package, you'll get version 3.12.1
instead...
- Unofficial OCaml website. (There's a lot of useful
information here, but it is less authoritative than the inria.fr sites
referenced below.)
- Current release (4.02.3) can be downloaded from here.
- Documentation for release 4.00.