[plt-scheme] Mixing C# and PLT Scheme

From: Thomas Chust (chust at web.de)
Date: Mon Dec 14 06:22:23 EST 2009

2009/12/13 aawee <aawee at mail.ru>:
> [...]
> I saw a lot about using C(++)-libraries by scheme [...] but is it possible for C#?
> [...]

Hello,

if you get the C# code compiled to a native library, using the FFI
directly should be possible. If you have managed code, the FFI could
only be used to bind some API of the CLI VM and do all interactions
with the C# code through that. But probably it is more advisable to
use the MysterX COM bridge in that case.

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.


Posted on the users mailing list.