[pro] multiple Lisp images
William Halliburton
whalliburton at gmail.com
Wed Apr 27 15:07:43 UTC 2011
>
> How to pass sexps as transparently between the two Lisps as possible?
Can you please elaborate on "transparently"?
The first thing out of my toolbox when I need to simply get some data
between lisps is just:
(send
(print1 payload)
other-server)
using whatever mechanism.
and then
(let ((*print-eval* nil)) (read-from-string payload))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/pro/attachments/20110427/1767323a/attachment.html>
More information about the pro
mailing list