Find link
language:
jump to random article
Find link is a tool written by Edward Betts.
searching for Call-with-current-continuation 2 found (13 total)
alternate case: call-with-current-continuation
Type theory
(8,246 words)
[view diff]
no match in snippet
view article
find links to article
assumption. These include operators on continuations such as call with current continuation. However, these operators tend to break desirable properties
Closure (computer programming)
(6,372 words)
[view diff]
exact match in snippet
view article
direct translation of the Ruby sample. ; Scheme (define call/cc call-with-current-continuation) (define (foo) (call/cc (lambda (return) (define (f) (return