RE: [Haskell] Making shared libraries with Haskell

2005-10-05 Thread Simon Marlow
On 26 September 2005 08:57, Joel Reymont wrote: Is the procedure of creating shared libraries with Haskell and loading them from C described somewhere? Is this even possible? It currently isn't possible to build a Unix-style .so from Haskell code using GHC, although there is work in this

Re: [Haskell] Making shared libraries with Haskell

2005-10-05 Thread Joel Reymont
Simon, It appears that hs-plugins supports this functionality. I don't care if its bundles or shared libraries so long as I can use Haskell as a DSL in some other program (game engine is what I had in mind). hs- plugins appears to allow this, unless you are telling me it only works on

Re: [Haskell] Making shared libraries with Haskell

2005-10-05 Thread Donald Bruce Stewart
hs-plugins works on unix and windows :) -- Don joelr1: Simon, It appears that hs-plugins supports this functionality. I don't care if its bundles or shared libraries so long as I can use Haskell as a DSL in some other program (game engine is what I had in mind). hs- plugins appears

[Haskell] Making shared libraries with Haskell

2005-09-26 Thread Joel Reymont
Folks, Is the procedure of creating shared libraries with Haskell and loading them from C described somewhere? Is this even possible? Thanks, Joel -- http://wagerlabs.com/ ___ Haskell mailing list Haskell@haskell.org