[plt-scheme] tutorial on threads in scheme ?
Ivan Altaparmakov wrote:
> but is it true that there is no any book on scheme
> multi threading for beginners?
> I did not find such book.
> Only advanced articles.
> how sad.
> Or you will say multi threading is not beginners ?
May I suggest reading the book "Concurrent Programming in ML", which is
coming out in a paperback edition shortly? I believe CML influenced the
MzScheme thread implementation, and the ideas translate over quite
nicely. There is even a chapter on implementation, which you can use to
make small prototype threading systems of various flavours in MzScheme
yourself. --PR