Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Continuation (call/cc) in Scheme

I need to understand Continuations in Scheme for my upcoming exams and I have no idea about continuations at all. Can anyone please suggest me sources of how to go about learning continuations?

Regards,

darkie

like image 599
name_masked Avatar asked May 07 '10 03:05

name_masked


2 Answers

I find this short draft tutorial a useful starting point. Once you grasp those very basics, a more extensive, Scheme-specific coverage is here; for a broader purview, wikipedia can be of some help (and has a few good links at the end).

like image 135
Alex Martelli Avatar answered Sep 22 '22 12:09

Alex Martelli


I wrote this short article to make myself more acquainted with continuations. You may find it useful. I have also collected some links there.

like image 22
Vijay Mathew Avatar answered Sep 20 '22 12:09

Vijay Mathew