Continuations Demystified

Lab 1

  result = cc_catch(:tag) {
    do_something()
    cc_throw(:tag, 1)
    fail "You never get here"
  }
  assert_equal 1, result

Download from http://onestepback.org/download/continuation_koans.rb