Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces lazy evaluation, delaying value computation until needed and using memoization to avoid redundant calculations. Examples in Amy demonstrate lazy evaluation's benefits, showcasing basic and lazy list implementations. The instructor explains the interpreter's implementation, challenges in code generation, and potential extensions.