If this idea is also being considered for Haskell
I suggest to examine NICE pages to see how it works
in practice.
NICE = Non-profit International Consortium for Eiffel.
http://www.eiffel-nice.org
Jan
Here's an interesting model for collaboration which the
Caml folk are taking up.
Simon
-Original Message-
From: Michel Mauny [mailto:[EMAIL PROTECTED]]
Sent: 26 January 2001 21:38
To: [EMAIL PROTECTED]
Subject: Consortium Caml
-- [ English version below ] ---
Dear Colleagues,
We are
This is probably superfluous now but I still don't understand Hugs' behaviour. I ran
the following with ghc 4.08.1:
module Main(main) where
import Concurrent
main =
do chan <- newChan
writeChan chan "One"
dup <- dupChan chan
writeChan chan "Two"
x <- readChan dup