Notes

Incremental Programming

The idea of incremental programming is to build up a representation of our program that can efficiently react to changes. Instead of recomputing everything all the time, we try to compute minimal updates . The Attribute Graph is an example of an incremental system.

Examples

References