COP 4020 unit -*- Outline -*- * Introductory Material about the course. ** introduction what the course is about ** langauge-discussion discussions about what languages and programming models to study * haskell-functional Functional programming model and the Haskell language * delcarative-parallelism Declarative parallelism (in Haskell and possibly Erlang) * declarative-summary Review of concepts and relation to other languages * erlang-sequential Sequential programming in Erlang, basics and differences from Haskell * erlang-actors Programming stateless and stateful servers * erlang-distributed Programming distributed systems, robustness and fault tolerance * summary-review