Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: (Perl6) Groking Continuations

by andrewc (Acolyte)
on Apr 08, 2003 at 17:14 UTC ( [id://249011]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      ;; Guile scheme
      (call-with-current-continuation
    ...
            (+ 3 4)
            (do-something 42 fred)
            (fred 42) ))
    
  2. or download this
    sub call_cc (&)
    {
    ...
            return 64;  # NOTREACHED
    };
    print STDERR "\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://249011]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-24 01:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found