- Computer Science Laboratory

LIP6 2001/007

  • Reports «Inverser l'inversion du contrôle -- Les continuations vis-à-vis de la programmation centrée sur les pages»
  • Ch. Queinnec
  • 15 pages - 02/16/2001 - document en - http://www.lip6.fr/lip6/reports/2001/lip6.2001.007.pdf 73 Ko
  • Contact Christian.Queinnec (at) nulllip6.fr
  • Ancien Thème : SPI
  • Our thesis is that programming web applications with continuations is superior to the current page-centric technology. A continuation is a program-level manageable value representing the rest of the computation of the program. ``What to do next'' is precisely what has to be explicitly encoded in order to program non trivial web interactions. Continuations allow web applications to be written in direct style that is, as a single program that displays forms and reads form submission since continuations automatically capture everything (control point, lexical bindings, etc.) that is needed to resume the computation. Programming is therefore safer, easier and more re-usable.