Interactive APPS

The application model inherently supports the development of interactive applications. By defining multiple external entry points and supporting dynamic invocation of functions, developers can implement applications that:

  • Trigger new computations in response to external events.

  • Maintain shared state across invocations through global variables V.

  • Respond to user input or other asynchronous triggers, enabling dynamic and stateful workflows.

Last updated