Hi,
In message "[ruby-talk:9581] Re: 101 Misconceptions About Dynamic Languages"
on 01/01/20, "Larry J. Elmore" <ljelmore / home.com> writes:
|> Now, what about continuations as first-class-objects?
|
|As in Scheme?
Ruby has one. Try callcc.
|> Or a 'stackless' Ruby (http://www.tismer.com/research/stackless/)?
Ruby has use-level threads, continuation. So that virtually you can
do whatever you can by stackless Python. I don't claim efficiency yet.
matz.