Skip to content

Instantly share code, notes, and snippets.

@milesrout
Last active September 25, 2016 01:40
Show Gist options
  • Save milesrout/4306973bfe70a1322a9504ccb310b82d to your computer and use it in GitHub Desktop.
Save milesrout/4306973bfe70a1322a9504ccb310b82d to your computer and use it in GitHub Desktop.
(define (call-with-current-continuation& f k)
(k (f k)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment