On 30.01.2009, at 00:59, Greg Harman wrote: > Agreed; the communication layer needs to come first. Regarding > serialization, specifically, I think we get that for "free" with s- > exps (there may be some under-the-hood evaluation time necessary for > remoted expressions, but [de]serialization is rarely a lightweight > process).
Unfortunately it is not that simple. The fundamental Clojure data structures have an obvious serialization, but Clojure code can use arbitrary Java objects, and it has to deal with its own functions that are present in compiled form. Konrad. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---