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 presents a simple implementation of Signals and Vars, the core components of functional reactive programming. It covers the APIs for Signals and Vars, how signals maintain their values and dependencies, and the implementation details of signals and variables. The lecture also discusses the challenges of recording dependencies in observers and introduces implicit function types for signal evaluation expressions.