<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> How to pass sexps as transparently between the two Lisps as possible?</blockquote><div><br></div>
<div>Can you please elaborate on "transparently"?</div><div><br></div><div>The first thing out of my toolbox when I need to simply get some data between lisps is just:</div><div><br></div><div>  (send </div><div>
     (print1 payload)</div><div>     other-server)</div><div><br></div><div>using whatever mechanism. </div><div><br></div><div>and then </div><div><br></div><div>  (let ((*print-eval* nil)) (read-from-string payload))</div>
<div><br></div><div><br></div></div>