I've been trying to figure out a way to make this sort of approach work.
On Thu, Apr 22, 2010 at 3:18 PM, Raymond Wiker <rwiker@gmail.com> wrote:
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).