Ruby has continuations, but with significant limitations. Ruby continuations cannot roll back modified variables, from what I understand- I think my email example would fail in a ruby implementation.
As for C, I haven't seen any real continuation support- Just some partial simulations using longjmp.
As for C, I haven't seen any real continuation support- Just some partial simulations using longjmp.