Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Delimited continuations | |
#lang racket ; but will work in any Scheme (without this line) | |
;; There are other implementations along the same lines floating around. | |
;; Here we are trying to paint a more comprehensible (or at least a less | |
;; incomprehensible) picture by structuring the implementation as three | |
;; distinct layers: | |
;; Layer 1 |