Re[Haskell-cafe] mote invocations in Haskell?

Håkon Lorentzen hakonlo at gmail.com
Wed Mar 24 04:47:02 EDT 2010


Hi

On Tue, Mar 23, 2010 at 9:46 PM, Yves Parès <limestrael at gmail.com> wrote:
> Is there a way to perform some kind of remote method invocation in haskell?
> (Or, "remote object", but I prefer not to use this term, as there are no
> "objects" strictly speaking in Haskell)
> I would like to use a higher level API than sockets for network programing.

you could try dbus. dbus-client[1] is a relatively high-level wrapper.


[1]: http://hackage.haskell.org/package/dbus-client
[2]: http://hackage.haskell.org/package/dbus-core

-- 
Håkon Lorentzen

e-mail: hakonlo at gmail.com
phone: +47 90539718


More information about the Haskell-Cafe mailing list