[Haskell-cafe] a recent Haskell contribution?

2008-08-20 Thread Galchin, Vasili
Hello,

 Recently someone made a post about a message-passing IPC that they
contributed (within one month?). I have been searching the Haskell cafe
archive to no avail. Can the contributor (or any one else) tell where the
code is and any papers?

Thank you, Vasili
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] a recent Haskell contribution?

2008-08-20 Thread Austin Seipp
Hi,

Perhaps you are talking about Communicating Haskell Processes (CHP)?

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/chp

Austin
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] a recent Haskell contribution?

2008-08-20 Thread Thomas M. DuBuisson
You might be talking about my 'ipc' library [1] I mentioned here a
little while ago [2].  Don't forget the plethora of caviats (quick hack,
BSD sockets, trunkates messages around 4 kB).

I thought I'd be interested in developing and supporting some high level
IPC library but I'm really not and I don't foresee many users.  If no
ones becomes interested in this library, and that wouldn't be
surprising, I intend to delete it from hackage (if possible) to help the
community avoid clutter.

[1] http://www.haskell.org/haskellwiki/IPC
[2] http://www.mail-archive.com/haskell-cafe@haskell.org/msg43842.html

On Wed, 2008-08-20 at 03:28 -0500, Galchin, Vasili wrote:
 Hello,
 
  Recently someone made a post about a message-passing IPC that
 they contributed (within one month?). I have been searching the
 Haskell cafe archive to no avail. Can the contributor (or any one
 else) tell where the code is and any papers?
 
 Thank you, Vasili
 
 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe