[plt-scheme] Threads in PLT
Yes, that would be a welcome new feature for me, too.
One of the functional programming languages that I am
studying is Mozart/Oz, which has good support for
multiple threading. Adding that feature to MzScheme
would help when writing MzScheme programs that
correspond to Oz programs with multithreading.
Benjamin L. Russell
--- Matthew Flatt <mflatt at cs.utah.edu> wrote:
> [snip]
>
> > I do not know if the 4xx series will introduce
> native threads.
>
> I doubt that Scheme threads will ever correspond to
> native threads, but
> I hope we can support some form of mutiprocessing
> eventually.