<br><br><div class="gmail_quote">On Thu, Apr 22, 2010 at 3:18 PM, Raymond Wiker <span dir="ltr"><<a href="mailto:rwiker@gmail.com">rwiker@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Alternatively, it might be possible to (ab)use the delegate support in RDNZL to get what you need - simply define the delegate signatures you require in an interface class on the C# side, then use RDNZL to create an interface object and attach lisp closures (I do something like this to implement LISP callbacks for a somewhat misdesigned .NET library). </blockquote>
<div><br>This seems like the sort of solution that would fit best. Do you have any examples of this, off hand? Is the library you mention Open Source or otherwise available for review, by any chance?<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
It might even be possible to generate some sort of reverse RDNZL this way :-)<br></blockquote><div><br>It looks like I am on the path, but I definitely lack the understanding to tackle that. </div><div><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Alternatively, create some sort of RPC interface for your LISP code.<br>
</blockquote><div><br>Yes, this is one option I've looked at but I think it is less elegant than the above.<br><br>Thank you. </div></div>