[Haskell-cafe] ANN: hs-dotnet, version 0.3.0

Peter Verswyvelen bugfact at gmail.com
Thu Jan 15 06:53:08 EST 2009


Nice!
Maybe efforts could be combined by integrating some of this work:

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Salsa

which statically types checks all the calls to DOTNET (emulates the C# type
system using type families, I found it nifty)


On Thu, Jan 15, 2009 at 12:14 PM, Yitzchak Gale <gale at sefer.org> wrote:

> Sigbjorn Finne wrote:
> > the first public release of hs-dotnet is now available
>
> Fantastic accomplishment! I can only repeat dons' comment
> - this could be game-changing.
>
> Some obvious questions that come to mind:
>
> We see that it is already possible to expose a Haskell function
> to .NET as a callback. That's exciting! Can we go to the next step
> and register it as part of an assembly?
>
> Is it be possible for a running .NET app to fire
> up the GHC runtime and call into compiled Haskell?
>
> Is it possible at all for a .NET function not to have any side effects?
> If so, is there any way to label it as such and then call it
> from Haskell outside of the IO monad?
>
> Thanks,
> Yitz
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090115/d456a579/attachment-0001.htm


More information about the Haskell-Cafe mailing list