digitalmars.D.learn - RDNZL - A .NET layer for Common Lisp
- temorary <removeme_temorary gmail.com> Oct 07 2007
- Daniel Keep <daniel.keep.lists gmail.com> Oct 07 2007
- BLS <nanali nospam-wanadoo.fr> Oct 07 2007
- temorary <removeme_temorary gmail.com> Oct 07 2007
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
Oct 07 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
Oct 07 2007
temorary schrieb: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
newLisp is avaliable for all major platforms and pretty easy to use from D. http://newlisp.org/ HTH Bjoern
Oct 07 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
http://weitz.de/rdnzl/ it is a com dll (c++) that allows to use .net features, function etc. from lisp.
Oct 07 2007









Daniel Keep <daniel.keep.lists gmail.com> 