Sciweavers

LISP
2007
78views more  LISP 2007»
13 years 6 months ago
Implementation and use of the PLT scheme Web server
The PLT Scheme Web Server uses continuations to enable a natural, console-like program development style. We describe the implementation of the server and its use in the developmen...
Shriram Krishnamurthi, Peter Walton Hopkins, Jay A...
LISP
2007
52views more  LISP 2007»
13 years 6 months ago
Semantics and pragmatics of Real-Time Maude
Peter Csaba Ölveczky, José Meseguer
LISP
2007
98views more  LISP 2007»
13 years 6 months ago
A static simulation of dynamic delimited control
We present a continuation-passing-style (CPS) transformation for some dynamic delimited-control operators, including Felleisen’s control and prompt, that extends a standard call-...
Chung-chieh Shan
LISP
2007
112views more  LISP 2007»
13 years 6 months ago
Axioms for control operators in the CPS hierarchy
A CPS translation is a syntactic translation of programs, which is useful for describing their operational behavior. By iterating the standard callby-value CPS translation, Danvy a...
Yukiyoshi Kameyama
LISP
2007
112views more  LISP 2007»
13 years 6 months ago
The next 700 Krivine machines
: The Krivine machine is a simple and natural implementation of the normal weak-head reduction strategy for pure λ-terms. While its original description has remained unpublished, ...
Rémi Douence, Pascal Fradet
LISP
2007
73views more  LISP 2007»
13 years 6 months ago
A call-by-name lambda-calculus machine
Jean-Louis Krivine
LISP
2007
74views more  LISP 2007»
13 years 6 months ago
Improving the lazy Krivine machine
Krivine presents the K machine, which produces weak head normal form results. Sestoft introduces several call-by-need variants of the K machine that implement result sharing via pu...
Daniel P. Friedman, Abdulaziz Ghuloum, Jeremy G. S...
LISP
2007
59views more  LISP 2007»
13 years 6 months ago
A proof-theoretic foundation of abortive continuations
Zena M. Ariola, Hugo Herbelin, Amr Sabry
LISP
2007
45views more  LISP 2007»
13 years 6 months ago
State-transition machines, revisited
David A. Schmidt