Comment on Ruby: Fibers vs ContinuationsComments−carterschonwald17yAs far as I can tell, fibers can be implemented from continuations as long as you have first class closures. I think the better question is what are the best continuation based abstractions to be included in a language's standard library :)
Comments
As far as I can tell, fibers can be implemented from continuations as long as you have first class closures. I think the better question is what are the best continuation based abstractions to be included in a language's standard library :)