UW CSE P505, Autumn 2016 (original) (raw)
Course Info
Course Information
Lecture: Thursday 6:30-9:20PM, Johnson Hall (JHN) Room 175
Course Email List (mandatory): Please ensure you receive email sent to the course mailing list regularly, roughly at least once a day. Any important announcements will be sent to this list.
Course staff: (For most questions, email us both.)
Instructor: Dan Grossman, djg@cs.washington.edu (not @u...)
TA: John Toman, jtoman@cs.washington.edu
Course Discussion Board (optional but encouraged)
Anonymous Feedback (goes only to the instructor)
Software
Software Installation and Use
The first link below is a narrative on what you need for doing homeworks in either OCaml or F# and relevant advice on known-to-work configurations. Below that is a list of relevant links without explanation, just so they are in one place if you want to find them later without rereading the narrative.
- P505-Specific Information on OCaml and F# (Read This First)
- http://www.ocaml.org/ (notice the large green “Install OCaml” button)
- Cygwin (for OCaml on Windows the way your instructor does it)
- http://fsharp.org/ (see the USE menu at the top)
- Tuareg for Editing OCaml in Emacs (without fighting the Emacs package manager)
- UW CSE information on accessing attu, an instructional Linux server where OCaml is installed, and more
- P505-Specific Information on Haskell