Re: About Haskell Thread Model

2003-10-11 Thread Wolfgang Thaller
From www.haskell.org, there's a link "Haskell Compilers and Interpreters"; and from there, the first link leads to www.haskell.org/hugs, which is Hugs' home page. Cheers, Wolfgang ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mail

Re: About Haskell Thread Model

2003-10-11 Thread Bill Halchin
Wolfgang,    How can I get source of Hugs? (frm http://www.haskell.org?). Regards, Vasili     >From: Wolfgang Thaller <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: Re: About Haskell Thread Model >Date: Sat, 11 Oct 2003 22:58:04 +0200 > >>I am a new learner of

Re: About Haskell Thread Model

2003-10-11 Thread Wolfgang Thaller
I am a new learner of Haskell and I am interested in Haskell's concurrent model. Can somebody give me a brief intro about Haskell's thread model, like how the use-level threads are mapped to kernel thread and what scheduling mechanism that Haskell uses, or point me to some links or documents that

ANNOUNCE: Cryptographic Library for Haskell

2003-10-11 Thread Dominic Steinitz
I would like to annouce the second release of the Haskell Cryptographic Library (0.3.3). See http://www.haskell.org/crypto/ReadMe.html for more details. This library collects together existing Haskell cryptographic functions and augments them so that they: ·Have common type signatures. ·

Re: HDirect

2003-10-11 Thread Andre Santos
I have no idea of what is the problem this time, it works for me (with ghc/ghci 5.04.3). Not all examples work, though. So far I got only the following examples working: ie-listen, dir, string, env, server and math. comserv and comclient examples need typelibrary reading/writing which is not suppor