[r6rs-discuss] Thoughts on Scheme's Future

John Cowan cowan at ccil.org
Sat Sep 5 02:58:07 EDT 2009


Joe Marshall scripsit:

>     2.  First-class continuations should NOT be used as a model or
>          implementation of threads.  (You can crudely mimic time-division
>          multiplexing, but not true asynchronous parallel computation.)

My personal view is that we want call/cc (or at the least semi-coroutines,
which are equivalent to one-shot continuations), and we want fast cheap
Posix-style processes.  Threads-as-we-know-them are just a mess.

-- 
Income tax, if I may be pardoned for saying so,         John Cowan
is a tax on income.  --Lord Macnaghten (1901)           cowan at ccil.org



More information about the r6rs-discuss mailing list