Master’s Thesis Presentation • Programming Languages • Efficient Implementation of Parametric Polymorphism using Reified Types
Please note: This master’s thesis presentation will take place in DC 3317.
Matt D’Souza, Master’s candidate
David R. Cheriton School of Computer Science
Supervisor: Professor Ondřej Lhoták
Parametric polymorphism, also known as generics, is an abstraction that lets programmers define code that behaves independently of the types of values it operates on. Generics is a useful abstraction to enable code reuse and improve the maintainability of software projects.