In other words, "A serialization framework for closures and their set of (IL-code) dependencies".

link|improve this question
Expression<T> seems close, but I haven't tried serializing it as of yet. msdn.microsoft.com/en-us/library/… – James Manning Jun 3 '10 at 5:54
I guess for the Iron* language family this could work just fine if the same referred assemblies are loaded at the target execution site. Has anyone tried this yet? – Armin Jun 3 '10 at 8:00
That's a very interesting topic, the only example I've heard of is second life migrating mono scripts between nodes. Apparently they use Mono.Cecil to rewrite the bytecode to yield periodically and if the assembly needs to be migrated they serialise the stack and heap and ship it over. The second life team haven't released the code for this though, or any technical information on how they do it for that matter. Best reference I found from googling was slide 8 in this pdf (weblog.savanne.be/files/fosdem-mono-2010/secondlife.pdf) – Diego V Jun 5 '10 at 16:21
feedback

1 Answer

Check out F#, I think that's the closest "native" .NET language to Erlang or the other functional languages.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.