General Information
Materials and NotesPolicies and Procedures |
Quotes
|
Programming languages are one of the most important, yet generally overlooked, technologies in software engineering. Their impact extends far beyond the consideration of what language to program in because most well-designed software systems contain several programmer-designed languages. This course teaches students how to identify and create languages when designing software systems. In particular, the course will address the following questions:
By the end of the course, students are expected to develop skills in modeling and implementing simple languages, in understanding certain concepts that distinguish programming languages, and in functional programming.
The course will assume that you already have experience with and are comfortable programming in some object-oriented language (such as C++ or Java). The course does not assume experience with functional programming. You should, however, already have written programs with conditionals (ifs), structures (records), lists, and trees; CS2005 should provide adequate preparation. Students lacking this background should speak to the instructor before attempting the course.
This page maintained by Kathi Fisler Department of Computer Science Worcester Polytechnic Institute |