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?

link|improve this question

32% accept rate
2  
I don't know if they are evil or not. The link is from the primary author of YARV, a Ruby VM, so I would consider it an "expert opinion". You will probably get the best answer by asking about the best way to handle a specific programming problem in Ruby, where continuations might be one answer, instead of asking about the goodness of a whole feature. – AShelly Aug 21 '11 at 17:04
1  
This seems like discussion for the mailing list, but not a good question for Stack Overflow. Answers to this question seem to me to involve opinion instead of fact. – Phrogz Aug 22 '11 at 2:48
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.

Browse other questions tagged or ask your own question.