StackOverflow Questions for Tag: callcc

bodacydo
bodacydo

Reputation: 79509

Can call-with-current-continuation be implemented only with lambdas and closures?

Score: 14

Views: 3587

Answers: 2

Read More
carl.hiass
carl.hiass

Reputation: 1784

Understanding Implementation of call-with-continuation

Score: 1

Views: 671

Answers: 3

Read More
nicolas
nicolas

Reputation: 9825

Palindrome and Danvy's remark on direct style

Score: 5

Views: 125

Answers: 2

Read More
New User
New User

Reputation: 31

Infinite loop while using call-with-current-continuation in Scheme

Score: 2

Views: 362

Answers: 1

Read More
Michał Niedźwiedzki
Michał Niedźwiedzki

Reputation: 12939

What is call/cc?

Score: 72

Views: 23206

Answers: 10

Read More
Walter
Walter

Reputation: 125

call cc example racket

Score: 2

Views: 703

Answers: 1

Read More
Paulo Tomé
Paulo Tomé

Reputation: 1940

Why doesn't a primitive `call-with-current-continuations` exist in Common Lisp

Score: 24

Views: 5164

Answers: 4

Read More
Aadit M Shah
Aadit M Shah

Reputation: 74234

What's the difference between a continuation and a callback?

Score: 158

Views: 25364

Answers: 3

Read More
Shakil Ahamed
Shakil Ahamed

Reputation: 577

call-with-current-continuation - state saving concept

Score: 6

Views: 1222

Answers: 2

Read More
Current Continuation
Current Continuation

Reputation: 89

call/cc in Python — Possible?

Score: 2

Views: 1815

Answers: 2

Read More
yanpengl
yanpengl

Reputation: 260

how to analyze the equivalent receiver in call/cc?

Score: 1

Views: 87

Answers: 1

Read More
M. Twarog
M. Twarog

Reputation: 2611

Why using goto is regarded as bad practice, but call/cc isn't?

Score: 1

Views: 175

Answers: 0

Read More
Pawan Kumar
Pawan Kumar

Reputation: 1533

Clarification on callCC

Score: 0

Views: 139

Answers: 1

Read More
Jonas Kölker
Jonas Kölker

Reputation: 7837

Which simplest evaluation model explains call/cc?

Score: 1

Views: 319

Answers: 2

Read More
User
User

Reputation: 37

Execute the following call/cc expression

Score: 1

Views: 157

Answers: 2

Read More
user10082400
user10082400

Reputation:

Is the function argument to `call/cc` written in CPS?

Score: 2

Views: 674

Answers: 2

Read More
user10082400
user10082400

Reputation:

Can the function argument to `call/cc` equivalently either invoke the continuation or return without invoking the continuation?

Score: 1

Views: 135

Answers: 2

Read More
user10082400
user10082400

Reputation:

How can we convert between a program using `call/cc` and a program using functions written in CPS?

Score: 1

Views: 226

Answers: 1

Read More
user10082400
user10082400

Reputation:

Can any case of using call/cc be rewritten equivalently without using it?

Score: 3

Views: 605

Answers: 6

Read More
PeterM
PeterM

Reputation: 1198

call/cc in Lua - Possible?

Score: 22

Views: 4890

Answers: 6

Read More
PreviousPage 2Next