I am relative new in Ruby world. And I don't know, what to think. In 'The Ruby Programming Language' I read I shouldn't use Continuations in new code and use Fibers instead. I found this presentation (from 2008) http://www.atdot.net/~ko1/pub/ContinuationFest-ruby.pdf which says that Continations are broken and creators of their Ruby's implementations are criminals. On the other hand I read a few blogs where authors were showing their excitement about continuations and they didn't sad anyhing about continuations bugs. So I don't know what to think. I know than it is better to use Fibers instead of Continuations, but what to do when Fibers aren't enough? Can I use Continuations or are they broken (presentation from 2008 says it)? Why Matz kicked Continuations to stdlib? Why there are votes, he will kick it out from Ruby?
feedback
|
closed as not constructive by Mchl, AShelly, Robert Harvey♦ Aug 24 '11 at 23:26
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.