Arc Forumnew | comments | leaders | submitlogin
1 point by utx00 5880 days ago | link | parent

"For example, in the Arc server, continuations are kept in a table of fnid's. In the Arc server code, the table is periodically cleared "

... continuations or plain closures?



1 point by almkglor 5880 days ago | link

There's no real difference between them: continuations are just a type of closure, one which accepts a single argument, the return value of the called function. cref. lambda the ultimate declarative.

-----