Re: Calling Haskell from .Net application
Rafael Martinez Torres <[email protected]> Thu, 11 Nov 2004 12:45:44 +0100 (CET)
| Newsgroups | gmane.comp.lang.haskell.ffi |
|---|---|
| Message-ID | <[email protected]> |
Maybe you can take a look into: http://www.haskell.org/ghc/docs/papers/hep.ps.gz "Architecture of the Haskell Execution Platform" "The DietHEP component [...] allows us to view any Haskell module as an ordinary DLL". Hope to be usefull... On Thu, 28 Oct 2004, David Lo wrote: > Dear all, > > I'm new in Haskell. I need to port a haskell application written by > someone else to be called by a .Net C# application. I know how to call C++ > DLL from C#. However, please kindly advise me how to convert Haskell code > to DLL or at least how to write a DLL(in C++) to call haskell code ? > Any help will > really be appreciated. > > Best Regards, > > David > _______________________________________________ > FFI mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/ffi >