Code: | CC444 | Acronym: | CC444 |
Keywords | |
---|---|
Classification | Keyword |
OFICIAL | Computer Science |
Active? | Yes |
Web Page: | http://www.dcc.fc.up.pt/~pbv/aulas/linguagens |
Responsible unit: | Department of Computer Science |
Course/CS Responsible: | Master's Degree in Network and Information Systems Engineering |
Acronym | No. of Students | Study Plan | Curricular Years | Credits UCN | Credits ECTS | Contact hours | Total Time |
---|---|---|---|---|---|---|---|
M:CC | 4 | PE do Mestrado em Ciência de Computadores | 1 | - | 7,5 | 67 | 202,5 |
MI:ERS | 4 | Plano de Estudos a partir de 2007 | 4 | - | 7,5 | 67 | 202,5 |
Introduction to the design principles and implementation techniques of declarative programming languages.
The students should acquire the following competences: understand the principles used to implement functional languages (such as Scheme, ML or Haskell) and logic languages (Prolog) on standard computer architectures, the technological problems associated with their design and the existing solutions.
Implementation of Functional languages:
Brief introduction to the lambda-calculus; definition of a toy functional language by extension of the lambda-calculus. Strict vs non-strict semantics. Call-by-value and call-by-name reduction strategies. Implementation of higher-order functions using closures. The SECD abstract machine.
Call-by-need evaluation and graph reduction. The STG abstract machine. Using Haskell as a meta-language for specifying interpreters and compilers for a minimal functional language.
Implementation of Logic Programming Languages:
SLD resolution and Prolog. The Warren's Abstract Machine (WAM): compilation, unification, execution stacks, environments, choice-points, backtracking and indexing. WAM extensions: tabling. The YapTab tabling system: basic execution model, table space, suspending/resuming the computation, compiling tabled predicates.
Lectures and practical classes with practical assignments.
designation | Weight (%) |
---|---|
Exame | 60,00 |
Trabalho laboratorial | 40,00 |
Total: | 100,00 |
Students are assessed by their performance in the following components: (a) two practical assignments
worth 4 points each out of 20; (b) a written examination in the final of the semester worth 12 points out of 20.