Re[Haskell-cafe] mote invocations in Haskell?

Roman Cheplyaka roma at ro-che.info
Tue Mar 23 16:55:11 EDT 2010


* Yves Parès <limestrael at gmail.com> [2010-03-23 13:46:25-0700]
> 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.

There is for example XML-RPC library for Haskell.
http://hackage.haskell.org/package/haxr

-- 
Roman I. Cheplyaka :: http://ro-che.info/
"Don't let school get in the way of your education." - Mark Twain


More information about the Haskell-Cafe mailing list