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 the basics of functional reactive programming (FRP) through the development of a simple implementation of Signals and Vars, which are fundamental to FRP. The lecture covers the APIs for Signals and Vars, implementation details, dependency maintenance, creating signals, signal variables, and evaluating signals. It also discusses how to find out on whose behalf a signal expression is evaluated, implicit function types, and provides a summary of FRP with examples and implementation details.