Math 519 On-Line


Manifest: These are on-line resources for the course Mth519: Programming Languages given this second summer semester by Burt Rosenberg at the Univ. of Miami, Department of Math and Computer Science.

Class Project: This is a project course. The students will form 4 groups, each working on an implementation of the programming language C--: a dumber C. Our goal is to define a C-like language which is idiot proof. Well, almost.

The language should be mostly a compatible subset of C, C++ and Java. It should support a minimum of constructs, and through the use a more limited syntax than C, avoid the common pitfalls of C.

Syllabus: