[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: What are closures, continuations?

Gavin Kistner

10/27/2006 9:02:00 PM

From: Joe Ruby MUDCRAP-CE
> Subject: What are closures, continuations?

Short answer to closures:
Closures are functions that retain access to local variables declared in
the same scope as the function.

Long answer to closures:
http://www.google.com/search?q=what+ar...

Short answer to continuations:
http://phrogz.net/ProgrammingRuby/ref_c_continu...

Long answer to continuations:
http://www.google.com/search?q=ruby+con...