I&#39;m curious, what are the advantages of Cloud Haskell over pakages like rpc?<br>Why isn&#39;t Cloud Haskell on Hackage?<br><br><div class="gmail_quote">2011/10/1 Erik de Castro Lopo <span dir="ltr">&lt;<a href="mailto:mle%2Bhs@mega-nerd.com">mle+hs@mega-nerd.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Fred Smith wrote:<br>
<br>
&gt; I&#39;ve built a little program to compute the plus function remotely by<br>
&gt; using Cloud Haskell:<br>
&gt; <a href="http://pastebin.com/RK4AcWFM" target="_blank">http://pastebin.com/RK4AcWFM</a><br>
&gt;<br>
&gt; but i faced an unfortunate complication, what i would like to do is to<br>
&gt; send a function to another host, no matter if the function is locally<br>
&gt; declared or at the top level.<br>
&gt;<br>
&gt; In seems to me that in cloud haskell library the function&#39;s closures<br>
&gt; can be computed only with top-level ones, is it possible to compute<br>
&gt; the closure at runtime of any function and to send it to another host?<br>
<br>
</div>I was at the Haskell Symposium where this paper was presented. This<br>
limitation is a known limitation and cannot currently be worked around<br>
other than my moving whatever is required to the top level.<br>
<br>
Erik<br>
<font color="#888888">--<br>
----------------------------------------------------------------------<br>
Erik de Castro Lopo<br>
<a href="http://www.mega-nerd.com/" target="_blank">http://www.mega-nerd.com/</a><br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
</div></div></blockquote></div><br>