[plt-scheme] tutorial on threads in scheme ?

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Mon Jul 23 06:10:43 EDT 2007

As a beginner, you may want to work through a book like:

http://greenteapress.com/semaphores/downey05semaphores.pdf

to get around on the subject 'concurrent programming'. Next
you can read the scheme manual to find out what threading
primitives and model is used in PLT Scheme.

I hope that helpes.

--Hans


Op 23/7/2007 schreef "Ivan Altaparmakov" <ialt at tu-sofia.bg>:

>thanaks
>
>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 ?
>
>
>thanks
>
>best regards
>
>
>> -----Original Message-----
>> From: Stephen De Gabrielle [mailto:spdegabrielle at gmail.com]
>> To: Ivan Altaparmakov <ialt at tu-sofia.bg>
>> Sent: Thursday, July 19, 2007 10:41 PM
>> Subject: Re: [plt-scheme] Is there any tutorial for using threads in scheme ?
>>
>> Hi,
>>
>> try this http://www.kuro5hin.org/story/2004/3/17/93442/8657
>> and this http://schemecookbook.org/Cookbook/ThreadChapter
>>
>> Cheers,
>>
>> Stephen
>>
>>
>>
>> On 7/19/07, Ivan Altaparmakov <ialt at tu-sofia.bg> wrote:
>> >
>> > Hi
>> >
>> > Is there any tutorial for using threads in scheme ?
>> >
>> > Unfortunately information int the help system is not enough
>> > to start writing multi-thread programs.
>> > Perhaps there is something like HtDP but including multithreading.
>> > Let say "HtDMtP " ? :)
>> > or some examples specific to scheme ?
>> >
>> > Thanks
>> >
>> > Best regards
>> >
>> >
>> >
>
>________________________
>http://mail.tu-sofia.bg/
>
>
>________________________________________________
>Inflex + NOD32 + SpamAssassin
>Installed on mailserver for domain @tu-sofia.bg
>Queries to: postmaster at tu-sofia.bg
>_________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.