6 ms·
Cool, I was wondering if it could be implemented in ruby; it's a shame that callcc isn't present anymore in ruby 1.9
by lfborjas 15y ago
Cool, I was wondering if it could be implemented in ruby; it's a shame that callcc isn't present anymore in ruby 1.9
- lfborjas 15y agoI was wrong, ruby 1.9 has callcc back since 2009, you have to `require 'continuation'` now, though.