[Haskell-cafe] Fwd: Foreign.Erlang help

Junior White efiish at gmail.com
Fri Jan 4 08:20:59 CET 2013


Hi Alexandar,
  Thanks for your help! I give up Foreign.Erlang and try usual tcp server
in Haskell instead.

---------- Forwarded message ----------
From: Junior White <efiish at gmail.com>
Date: Fri, Jan 4, 2013 at 3:18 PM
Subject: Re: [Haskell-cafe] Foreign.Erlang help
To: Alexander Alexeev <mail at eax.me>


Hi Alexandar,
  Thanks for your help! I'll give up Foreign.Erlang and try usual tcp
server in Haskell instead.



On Tue, Dec 25, 2012 at 4:08 PM, Alexander Alexeev <mail at eax.me> wrote:

>  First of all, you can write usual TCP server in Haskell and use it from
> Erlang. It would be handy to use some widely used protocol, like Memcached
> or Redis.
>
> If in some reason you want to use Foreign.Erlang, make sure that you are
> using the same cookie and the same node name type (short or full) in Erlang
> node and Haskell application.
>
>
> On 12/24/2012 08:46 PM, Junior White wrote:
>
> Hi all,
>   I have a game server programming in erlang, but now i want to write some
> game logic in haskell, how to write a haskell node for erlang?
>
>    ps:I have read the introduce of Foreign.Erlang,I use haskell send a
> message to a erlang echo server, but the server not receive anything.
>
>
> _______________________________________________
> Haskell-Cafe mailing listHaskell-Cafe at haskell.orghttp://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
>
> --
> Best regards,
> Alexander Alexeevhttp://eax.me/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130104/6a66a70a/attachment.htm>


More information about the Haskell-Cafe mailing list