Oct 1, 2003 ------------- - Finish up operators and expressions - short circuit evaluation - always (C) - optional (Ada) - never (other) - Introduction to ML - notion of strong typing - functional language - pattern matching - what you will use for your project - Basic tinkering with ML - writing simple expressions - basic types: int, real - lists - list operators: ::, @ - explode - implode - simple functions: "fun"