Abstract
This note describes and motivates our current plans for an undergraduate course on programming language concepts for software development students. We describe the competences we expect students to acquire as well as the topics covered by the course. We plan to use C# and Scheme as instruction languages, and will study the implementation of Java and C# with their underlying platforms, the Java Virtual Machine and .NET Common Language Runtime. We emphasize implementation exercises and experiments. This comes at the expense of classical compiler course subjects such as register allocation and optimization of imperative loop-intensive code.
Original language | English |
---|---|
Journal | A C M / S I G P L A N Notices |
Issue number | 11 |
Pages (from-to) | 119-123 |
ISSN | 1523-2867 |
Publication status | Published - 2008 |
Event | SIGPLAN workshop on programming language curriculum - Harvard University, United States Duration: 29 May 2008 → 30 May 2008 |
Conference
Conference | SIGPLAN workshop on programming language curriculum |
---|---|
Country/Territory | United States |
City | Harvard University |
Period | 29/05/2008 → 30/05/2008 |
Keywords
- Undergraduate education
- Programming language concepts
- C# instruction
- Scheme instruction
- Java Virtual Machine