RDNZL - A .NET layer for Common Lisp

Daniel Keep daniel.keep.lists at gmail.com
Sun Oct 7 04:23:38 PDT 2007



temorary wrote:
> hi,
> did anybody make a d interface for
>       RDNZL - A .NET layer for Common Lisp
> to use their dll from d?
> would be nice to call .net

You're asking if anyone has made a D binding for a common LISP binding
for .NET?

I... think that's highly unlikely.  That would be like programming with
OpenGL by using PyOGL going via PyD.

If you want to use .NET from D, your best bet at the moment is to go via
COM interfaces, since they're already supported.  That, or just host the
D code inside a .NET application, calling into the D code using P/Invoke.

	-- Daniel


More information about the Digitalmars-d-learn mailing list