-
Notifications
You must be signed in to change notification settings - Fork 0
References
Hugo Pacheco edited this page Mar 5, 2014
·
3 revisions
Some probably useful Haskell packages to monitor filesystem events:
Some papers on self-adjusting computation (specifically related to what we could envisage doing...):
- Acar et al TOPLAS The bible on self-adjusting computation.
- Adapton PLDI'14 This paper can be interesting because it proposes a "lazy" incremental computation library, differently from typically eager approaches.
- Adaptive ICFP'02 An implementation of a self-adjusting library in Haskell.
- Automatic IC PLDI'12 The design of a compiler that automatically translates ML-like code into incremental code.